Skip to content

Commit

Permalink
Try to disable PyPy tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 18, 2023
1 parent dd1e808 commit 82f9365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
redis-version: 6

- name: Run tests
if: "env.IS_PYPY == 'false' && env.IS_WINDOWS == 'false'"
run: |
flags=""
[[ "$IS_PYPY" == "false" ]] && flags="$flags --cov=aiogram --cov-config .coveragerc --cov-report=xml"
Expand Down

0 comments on commit 82f9365

Please sign in to comment.