Skip to content

Commit

Permalink
chore(ci): try ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed May 18, 2024
1 parent 86a8e1c commit 47f99eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
shell: bash
run: |
rye config --set-bool behavior.use-uv=true
rye config --set-bool behavior.global-python=true
rye pin ${{ matrix.pyversion }}
- name: Install manim dependencies on MacOS
Expand Down Expand Up @@ -75,11 +76,11 @@ jobs:
- name: Run pytest
shell: bash
if: matrix.os != 'ubuntu-latest' || matrix.pyversion != '3.11'
run: rye run pytest
run: pytest

- name: Run pytest and coverage
if: matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.11'
run: rye run pytest --cov-report xml --cov=manim_slides tests/
run: pytest --cov-report xml --cov=manim_slides tests/

- name: Upload to codecov.io
if: matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.11'
Expand Down

0 comments on commit 47f99eb

Please # to comment.