Skip to content

Commit 3670fde

Browse files
authored
Update .github/workflows/ci.yaml
1 parent df507e7 commit 3670fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ 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-
- name: check that --install-pip succeeds
290+
- if: runner.os != 'Windows'
291+
name: check that --install-pip succeeds
291292
run: |
292293
mkdir site-packages
293294
target/release/rustpython --install-pip ensurepip --user

0 commit comments

Comments
 (0)