Skip to content

Commit

Permalink
skip installing rust for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 26, 2023
1 parent 0a88a0f commit 38fae23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
with:
submodules: "recursive"

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
# - name: Install Rust
# uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
# - uses: Swatinem/rust-cache@v2

- name: Install Pixi
run: |
Expand Down

0 comments on commit 38fae23

Please sign in to comment.