Skip to content

Commit

Permalink
Try to fix workflow typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Sep 5, 2023
1 parent fcbe149 commit e6f9511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/64bit_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS: AMD64
CIBW_BUILD cp-310* cp-311* cp312-*
CIBW_BUILD: cp-310* cp-311* cp312-*
CIBW_BEFORE_BUILD: |
pip install cython
CIBW_TEST_COMMAND: python -m cypari.test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: 3.10
python-version: '3.10'

- name: Install cibuildwheel
run: |
python3.10 -m pip install cibuildwheel
python3 -m pip install cibuildwheel
- name: Build wheels
run: |
python3.10 -m cibuildwheel --output-dir wheelhouse
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp310-*
CIBW_BEFORE_BUILD: |
Expand Down

0 comments on commit e6f9511

Please sign in to comment.