There was an error while loading. Please reload this page.
1 parent e874c2b commit a8a0885Copy full SHA for a8a0885
1 file changed
.github/workflows/ci.yml
@@ -51,10 +51,8 @@ jobs:
51
with:
52
poetry-version: ${{ env.POETRY_VERSION }}
53
54
- - name: Ensure setuptools is old enough
55
- run: |
56
- pip install "setuptools<71.0.0"
57
- pip freeze
+ - name: Patch Poetry's internal virtualenv setuptools
+ run: $HOME/.local/share/pypoetry/venv/bin/pip install "setuptools<71.0.0"
58
59
- name: Install dependencies
60
run: poetry install --no-root
0 commit comments