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 7d87afe commit d38c71dCopy full SHA for d38c71d
ci.sh
@@ -54,7 +54,7 @@ if [ "${NO_TEST_REQUIREMENTS-0}" == 1 ]; then
54
python -m uv pip install pytest coverage -c test-requirements.txt
55
flags="--skip-optional-imports"
56
else
57
- python -m uv pip install -r test-requirements.txt
+ python -m uv pip install -r test-requirements.txt --no-deps
58
flags=""
59
fi
60
0 commit comments