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 93485a2 commit 6797ec4Copy full SHA for 6797ec4
ci.sh
@@ -46,6 +46,7 @@ python -m uv pip install build
46
python -m build
47
wheel_package=$(ls dist/*.whl)
48
python -m uv pip install "trio @ $wheel_package" -c test-requirements.txt
49
+python -m uv pip install https://github.com/python-trio/outcome/archive/e0f317813a499f1a3629b37c3b8caed72825d9c0.zip
50
51
# Actual tests
52
# expands to 0 != 1 if NO_TEST_REQUIREMENTS is not set, if set the `-0` has no effect
0 commit comments