diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d117e0..8ecb228 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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