Skip to content

Commit

Permalink
fix py2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 10, 2021
1 parent 442edec commit 0dea2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: pip install -U -r requirements-dev.txt
- run: pip install -U pytest pytest-cov pytest-timeout
- run: pytest
- uses: codecov/codecov-action@v1
deploy:
Expand Down

0 comments on commit 0dea2d7

Please sign in to comment.