This commit is contained in:
Jan Prochazka
2024-12-25 19:43:16 +01:00
parent b1f5b62757
commit ff7ee4fb98

View File

@@ -21,7 +21,6 @@ jobs:
id: mac_python id: mac_python
run: | run: |
brew install python@3.11 brew install python@3.11
npm config set python $(which python3.11)
- name: Context - name: Context
env: env:
@@ -45,6 +44,7 @@ jobs:
yarn config set network-timeout 100000 yarn config set network-timeout 100000
- name: yarn install - name: yarn install
run: | run: |
npm config set python "/opt/homebrew/bin/python3.11"
yarn install yarn install
- name: setCurrentVersion - name: setCurrentVersion
run: | run: |