Update release-macos.yml

This commit is contained in:
Max 2022-11-10 13:37:26 +08:00 committed by GitHub
parent 8ad17f3af1
commit 72da43c734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,8 @@ jobs:
run: |
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
sudo pip3 install coscmd
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $PATH
echo $GITHUB_PATH
echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH
echo $PATH
- name: coscmd test
run: |