Skip to content

Commit ea1fdc4

Browse files
authored
Update manual.yml
1 parent 099a983 commit ea1fdc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/manual.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ macos-15-xlarge, macos-15-large ]
12+
os: [ macos-15-large ]
1313

1414
runs-on: ${{ matrix.os }}
1515

@@ -18,3 +18,10 @@ jobs:
1818
run: |
1919
pip3 --version
2020
which pip3
21+
- name: Update Python 3.13 path
22+
run: |
23+
brew link --overwrite [email protected]
24+
- name: Check pip
25+
run: |
26+
pip3 --version
27+
which pip3

0 commit comments

Comments
 (0)