Skip to content

Commit

Permalink
Add back in uninstall of rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 17, 2024
1 parent 2b081cf commit 803ba1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
use-mamba: true
python-version: "3.9"
channel-priority: strict
- name: Install dependencies
- name: Ensure we use conda rust toolchain
run: |
rustup self uninstall -y
mamba install -c conda-forge rust=1.77
which python
Expand Down

0 comments on commit 803ba1e

Please sign in to comment.