Skip to content

Commit

Permalink
tests: we're running macos test in self-hosted runner, don't instal…
Browse files Browse the repository at this point in the history
…l python
  • Loading branch information
jqnatividad committed Dec 31, 2023
1 parent 3cbadae commit 6101449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.12'
# - uses: actions/[email protected]
# with:
# python-version: '3.12'
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6101449

Please sign in to comment.