Skip to content

Commit e231ec0

Browse files
authored
chore: remove rust installation
1 parent 4a4263d commit e231ec0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,6 @@ jobs:
418418
419419
make setup_env
420420
421-
- name: Installer Rust via rustup
422-
run: |
423-
curl https://sh.rustup.rs -sSf | sh -s -- -y
424-
source $HOME/.cargo/env
425-
rustc --version
426-
427-
- name: Add cargo to PATH
428-
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
429-
430421
# macOS builds are already long, so we decide not to use --weekly on them, it could be
431422
# changed. Remark also that, for mac, due to unexpected issues with GitHub, we have a
432423
# slightly different way to launch pytest

0 commit comments

Comments
 (0)