We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498be9a commit ca97a91Copy full SHA for ca97a91
ci.sh
@@ -55,10 +55,11 @@ if [ "${NO_TEST_REQUIREMENTS-0}" == 1 ]; then
55
flags="--skip-optional-imports"
56
else
57
python -m uv pip install -r test-requirements.txt --no-deps
58
- python -m uv pip install https://github.com/graingert/outcome/archive/refs/heads/invalid-objects-on-unwrap.zip
59
flags=""
60
fi
61
+python -m uv pip install https://github.com/graingert/outcome/archive/refs/heads/invalid-objects-on-unwrap.zip
62
+
63
# If we're testing with a LSP installed, then it might break network
64
# stuff, so wait until after we've finished setting everything else
65
# up.
0 commit comments