Skip to content

Commit 978ea4b

Browse files
committed
ci: fix condition
1 parent f3f336c commit 978ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: poetry install --no-interaction
8484

8585
- name: Run tests without coverage
86-
if: ${{ matrix.os != 'ubuntu-latest' && matrix.python-version != '3.11' }}
86+
if: ${{ matrix.os != 'ubuntu-latest' || matrix.python-version != '3.11' }}
8787
run: |
8888
source $VENV
8989
cd tests/

0 commit comments

Comments
 (0)