There was an error while loading. Please reload this page.
1 parent 149c814 commit 2badeb8Copy full SHA for 2badeb8
1 file changed
.github/workflows/ci.yml
@@ -159,7 +159,8 @@ jobs:
159
- name: Patch Poetry's internal virtualenv setuptools (Windows)
160
if: runner.os == 'Windows'
161
shell: pwsh
162
- run: & "$env:APPDATA\pypoetry\venv\Scripts\python.exe" -m pip install "setuptools<71.0.0"
+ run: |
163
+ & "$env:APPDATA\pypoetry\venv\Scripts\python.exe" -m pip install "setuptools<71.0.0"
164
165
- name: Install dependencies
166
run: poetry install --no-root
0 commit comments