This commit is contained in:
Gellert Hegyi 2024-11-03 09:12:14 +01:00
parent 049114286f
commit 52dd2549fb

View file

@ -24,7 +24,7 @@ jobs:
xcode-select --install || true xcode-select --install || true
- name: Install setuptools - name: Install setuptools
run: python3 -m pip install setuptools run: brew install python-setuptools
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci