Skip to content

Commit a3737a7

Browse files
kevinzakkacopybara-github
authored andcommitted
Fix ci.
PiperOrigin-RevId: 715967580 Change-Id: I19d8c118a8d9d0fb31dc9a2cacd2db72053d45bd
1 parent 4dc1112 commit a3737a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install uv
26-
uv pip install -e .[all]
26+
uv pip install --system -e ".[test]"
2727
# - name: Install submodules
2828
# run: |
2929
# git submodule update --init --recursive

0 commit comments

Comments
 (0)