Skip to content

Commit d38c71d

Browse files
authored
Avoid resolving packages unnecessarily
1 parent 7d87afe commit d38c71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ "${NO_TEST_REQUIREMENTS-0}" == 1 ]; then
5454
python -m uv pip install pytest coverage -c test-requirements.txt
5555
flags="--skip-optional-imports"
5656
else
57-
python -m uv pip install -r test-requirements.txt
57+
python -m uv pip install -r test-requirements.txt --no-deps
5858
flags=""
5959
fi
6060

0 commit comments

Comments
 (0)