Skip to content

Commit df507e7

Browse files
committed
Enable PIP test on windows
1 parent 9825d8a commit df507e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,12 @@ jobs:
287287
name: run cpython platform-dependent tests (windows partial - fixme)
288288
run:
289289
target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
290-
- if: runner.os != 'Windows'
291-
name: check that --install-pip succeeds
290+
- name: check that --install-pip succeeds
292291
run: |
293292
mkdir site-packages
294293
target/release/rustpython --install-pip ensurepip --user
295294
target/release/rustpython -m pip install six
296-
- if: runner.os != 'Windows'
297-
name: Check that ensurepip succeeds.
295+
- name: Check that ensurepip succeeds.
298296
run: |
299297
target/release/rustpython -m ensurepip
300298
target/release/rustpython -c "import pip"

0 commit comments

Comments
 (0)