Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jul 9, 2021
1 parent 3eb2275 commit dc6415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install certifi pytest
pip install certifi pytest 'typing;python_version<"3.5"'
- name: Run pytest
run: pytest

0 comments on commit dc6415b

Please sign in to comment.