We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26705db + 9490603 commit 8ae1c70Copy full SHA for 8ae1c70
.github/workflows/ci.yaml
@@ -242,8 +242,7 @@ jobs:
242
test_pathlib
243
test_shutil
244
test_venv
245
- - # if: runner.os == 'Linux'
246
- if: false # FIXME: pip is vendoring dependencies that we are incompatible with
+ - if: runner.os != 'Windows'
247
name: check that --install-pip succeeds
248
run: |
249
mkdir site-packages
0 commit comments