We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb0529e + 3aaf724 commit e7f1c35Copy full SHA for e7f1c35
.github/workflows/python-app.yml
@@ -16,14 +16,14 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.8
+ python-version: 3.9
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install flake8 pytest
+ pip install pytest
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Test with pytest
29
0 commit comments