mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
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 lib/* /usr/local/lib/
|
||||||
sudo mv include/* /usr/local/include/
|
sudo mv include/* /usr/local/include/
|
||||||
|
|
||||||
- uses: actions/setup-python@v3
|
|
||||||
name: Install Python
|
|
||||||
with:
|
|
||||||
python-version: '3.10'
|
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: |
|
run: |
|
||||||
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
|
||||||
@@ -203,6 +198,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
name: python-macos
|
||||||
path: ./wheelhouse
|
path: ./wheelhouse
|
||||||
|
|
||||||
# macos-javascript:
|
# macos-javascript:
|
||||||
|
|||||||
Reference in New Issue
Block a user