mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-19 21:33:29 +08:00
fix(ci): wrong logic
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user