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 70235af commit a7efc4aCopy full SHA for a7efc4a
.github/workflows/pr_tests.yml
@@ -261,6 +261,7 @@ jobs:
261
262
- name: Install dependencies
263
run: |
264
+ curl https://sh.rustup.rs -sSf | sh -s -- -y && export PATH="$HOME/.cargo/bin:$PATH"
265
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
266
python -m uv pip install -e [quality,test]
267
# TODO (sayakpaul, DN6): revisit `--no-deps`
0 commit comments