Skip to content

Commit a7efc4a

Browse files
committed
rust
1 parent 70235af commit a7efc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261

262262
- name: Install dependencies
263263
run: |
264+
curl https://sh.rustup.rs -sSf | sh -s -- -y && export PATH="$HOME/.cargo/bin:$PATH"
264265
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
265266
python -m uv pip install -e [quality,test]
266267
# TODO (sayakpaul, DN6): revisit `--no-deps`

0 commit comments

Comments
 (0)