Update release-macos.yml
This commit is contained in:
parent
bb38ec646a
commit
4f0ee36d53
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release-macos.yml
vendored
5
.github/workflows/release-macos.yml
vendored
|
|
@ -20,11 +20,10 @@ jobs:
|
||||||
- name: Install coscmd
|
- name: Install coscmd
|
||||||
run: |
|
run: |
|
||||||
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
||||||
sudo pip install coscmd
|
sudo pip3 install coscmd
|
||||||
echo $PATH
|
echo $PATH
|
||||||
find /Library/Frameworks/Python.framework/Versions/3.11/bin
|
find /Library/Frameworks/Python.framework/Versions/3.11/bin
|
||||||
ls -l ~/Library/Python
|
find ~
|
||||||
find ~/Library/Python
|
|
||||||
whereis coscmd
|
whereis coscmd
|
||||||
coscmd -v
|
coscmd -v
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue