Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 2badeb8

Browse files
committed
chore(ci): Attempt to ressurect GH workflows
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent 149c814 commit 2badeb8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
- name: Patch Poetry's internal virtualenv setuptools (Windows)
160160
if: runner.os == 'Windows'
161161
shell: pwsh
162-
run: & "$env:APPDATA\pypoetry\venv\Scripts\python.exe" -m pip install "setuptools<71.0.0"
162+
run: |
163+
& "$env:APPDATA\pypoetry\venv\Scripts\python.exe" -m pip install "setuptools<71.0.0"
163164
164165
- name: Install dependencies
165166
run: poetry install --no-root

0 commit comments

Comments
 (0)