File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments