Skip to content

Commit 957e676

Browse files
committed
Update ci
1 parent 67f2b31 commit 957e676

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26+
- name: Install Corepack
27+
run: |
28+
npm install --global corepack@latest
29+
corepack enable
30+
2631
- name: Show Python version
2732
run: python -c "import sys; print(sys.version)"
2833

0 commit comments

Comments
 (0)