Skip to content

Commit ca97a91

Browse files
committed
always install outcome v2
1 parent 498be9a commit ca97a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ if [ "${NO_TEST_REQUIREMENTS-0}" == 1 ]; then
5555
flags="--skip-optional-imports"
5656
else
5757
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
5958
flags=""
6059
fi
6160

61+
python -m uv pip install https://github.com/graingert/outcome/archive/refs/heads/invalid-objects-on-unwrap.zip
62+
6263
# If we're testing with a LSP installed, then it might break network
6364
# stuff, so wait until after we've finished setting everything else
6465
# up.

0 commit comments

Comments
 (0)