Skip to content

Commit 96a83e5

Browse files
authored
CI: fix a config error from poetry (ManimCommunity#3257)
also, pin the version of poetry
1 parent cbf6726 commit 96a83e5

File tree

2 files changed

+530
-488
lines changed

2 files changed

+530
-488
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Poetry
3232
run: |
33-
pipx install poetry
33+
pipx install "poetry==1.5.*"
3434
poetry config virtualenvs.prefer-active-python true
3535
3636
- name: Setup Python ${{ matrix.python }}
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: Install manim
153153
run: |
154-
poetry config experimental.new-installer false
154+
poetry config installer.modern-installation false
155155
poetry install
156156
157157
- name: Run tests

0 commit comments

Comments
 (0)