We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f336c commit 978ea4bCopy full SHA for 978ea4b
.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
83
run: poetry install --no-interaction
84
85
- name: Run tests without coverage
86
- if: ${{ matrix.os != 'ubuntu-latest' && matrix.python-version != '3.11' }}
+ if: ${{ matrix.os != 'ubuntu-latest' || matrix.python-version != '3.11' }}
87
run: |
88
source $VENV
89
cd tests/
0 commit comments