We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486d0cb commit ece6badCopy full SHA for ece6bad
1 file changed
.github/workflows/python-app.yml
@@ -5,7 +5,7 @@ name: Python application
5
6
on:
7
push:
8
- branches: [ "main" ]
+ branches: [ "main", "dev" ]
9
pull_request:
10
branches: [ "main" ]
11
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest
+ pip install flake8 pytest pytest-asyncio
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Lint with flake8
32
0 commit comments