fix(ci): wrong logic

This commit is contained in:
Jérome Eertmans
2023-10-17 16:58:59 +02:00
parent 387d0f76b5
commit c075904a27

View File

@ -67,7 +67,7 @@ jobs:
poetry install --with test --all-extras
- name: Run pytest
if: matrix.os != 'ubuntu-latest' && matrix.pyversion != '3.11'
if: matrix.os != 'ubuntu-latest' || matrix.pyversion != '3.11'
run: poetry run pytest -x -n auto
- name: Run pytest and coverage