Skip to content

Commit

Permalink
Try uninstalling system rust in style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 17, 2024
1 parent 3cf73f6 commit be9577d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
channel-priority: strict
- name: Install dependencies
run: |
rustup self uninstall -y
mamba install -c conda-forge rust=1.77
which python
Expand Down

0 comments on commit be9577d

Please sign in to comment.