Try to disable PyPy tests on Windows

This commit is contained in:
JRoot Junior 2023-11-18 21:35:30 +02:00
parent dd1e8085bf
commit 82f9365180
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -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"