Skip to content

Commit

Permalink
chore(ci): fix syntax for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 18, 2024
1 parent 219016d commit c47467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: nikeee/setup-pandoc@v1

- name: Install local Python package
run: pdm install -dGdocs,github-action
run: pdm install -dGdocs -dGgithub-action

- name: Install IPython kernel
run: pdm run ipython kernel install --name "manim-slides" --user
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Install Manim Slides
run: |
pdm install -dGgithub-action,test
pdm install -dGgithub -dGaction,test
- name: Run pytest
if: matrix.os != 'ubuntu-latest' || matrix.pyversion != '3.11'
Expand Down

0 comments on commit c47467f

Please sign in to comment.