Skip to content

Commit 616869c

Browse files
authored
Update manual.yml
1 parent ea1fdc4 commit 616869c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
steps:
1717
- name: Check pip
1818
run: |
19+
which python3
1920
pip3 --version
2021
which pip3
2122
- name: Update Python 3.13 path
2223
run: |
23-
brew link --overwrite [email protected]
24+
brew link --overwrite pip
2425
- name: Check pip
2526
run: |
2627
pip3 --version

0 commit comments

Comments
 (0)