Skip to content

Commit

Permalink
chore(ci): does it work?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 19, 2024
1 parent a3d589d commit ea0620f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 44 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 -Gdocs -Ggithub-action
run: pdm sync -Gdocs -Ggithub-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 -Ggithub-action -Gtest
pdm sync -Ggithub-action -Gtest
- name: Run pytest
if: matrix.os != 'ubuntu-latest' || matrix.pyversion != '3.11'
Expand Down
70 changes: 31 additions & 39 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ test = [
"pytest-xdist>=3.3.1",
]

[tool.pdm.resolution.overrides]
manimpango = "<1.0.0,>=0.5.0" # This conflicts with manimgl, hopefully not an issue
numpy = ">=1.26,<2" # From manim 0.18.0
[tool.pdm.resolution.overrides] # ManimGL issue #2053

manimpango = "<1.0.0,>=0.5.0" # This conflicts with ManimGL, hopefully not an issue
numpy = ">=1.19"
skia-pathops = "0.8.0.post1" # From manim 0.18.0 (Python 3.12 support)

[tool.pdm.version]
Expand Down

0 comments on commit ea0620f

Please sign in to comment.