Skip to content

Commit

Permalink
Remove brew install rust from macOS CI (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Apr 26, 2024
1 parent 6b3f99e commit 297a915
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
~/.cargo/git/db/
src/_bcrypt/target/
key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: brew install rust
if: matrix.MACOS == 'macos-13'
- run: pip install tox
- run: tox
env:
Expand Down

0 comments on commit 297a915

Please sign in to comment.