mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-20 08:40:19 +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
|
poetry install --with test --all-extras
|
||||||
|
|
||||||
- name: Run pytest
|
- 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
|
run: poetry run pytest -x -n auto
|
||||||
|
|
||||||
- name: Run pytest and coverage
|
- name: Run pytest and coverage
|
||||||
|
Reference in New Issue
Block a user