Skip to content

Commit f46a151

Browse files
committed
Enable PIP test on windows
1 parent 88eca96 commit f46a151

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ jobs:
294294
mkdir site-packages
295295
target/release/rustpython --install-pip ensurepip --user
296296
target/release/rustpython -m pip install six
297-
- if: runner.os != 'Windows'
298-
name: Check that ensurepip succeeds.
297+
- name: Check that ensurepip succeeds.
299298
run: |
300299
target/release/rustpython -m ensurepip
301300
target/release/rustpython -c "import pip"

0 commit comments

Comments
 (0)