forked from GitHub/gf-core
try skipping setup-python
This commit is contained in:
6
.github/workflows/build-majestic.yml
vendored
6
.github/workflows/build-majestic.yml
vendored
@@ -188,11 +188,6 @@ jobs:
|
||||
sudo mv lib/* /usr/local/lib/
|
||||
sudo mv include/* /usr/local/include/
|
||||
|
||||
- uses: actions/setup-python@v3
|
||||
name: Install Python
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
||||
@@ -203,6 +198,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: python-macos
|
||||
path: ./wheelhouse
|
||||
|
||||
# macos-javascript:
|
||||
|
||||
Reference in New Issue
Block a user