Skip to content

Commit 8529b9d

Browse files
committed
tests: do not setup python on macos runner
[skip ci]
1 parent 432899f commit 8529b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v4.7.1
25-
with:
26-
python-version: '3.11'
24+
# - uses: actions/setup-python@v4.7.1
25+
# with:
26+
# python-version: '3.11'
2727
- name: Installing Rust toolchain
2828
uses: actions-rs/toolchain@v1
2929
with:

0 commit comments

Comments
 (0)