Skip to content

Commit

Permalink
tests: do not setup python on macos runner
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Nov 14, 2023
1 parent 432899f commit 8529b9d
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 @@ -21,9 +21,9 @@ jobs:

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

0 comments on commit 8529b9d

Please sign in to comment.