Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Aug 29, 2024
1 parent 61a1556 commit 8577f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Test
if: runner.os == 'Windows'
run: |
python3 -m pytest tests -s -vv --release
python3 -m pytest tests -s -vv --ssl
poetry run pytest tests -s -vv --release
poetry run pytest tests -s -vv --ssl
- name: Codecov upload
Expand Down

0 comments on commit 8577f35

Please sign in to comment.