Skip to content

Commit

Permalink
Try against an old commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 16, 2024
1 parent 777c0ff commit f781ee8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 226 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/lint.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/linux.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-11, macos-13]

steps:
- uses: actions/checkout@v3
Expand All @@ -27,8 +27,8 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_SKIP: cp27-* cp35-* cp36-* cp37-* pp*
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BUILD: "cp312-*"
CIBW_ARCHS_MACOS: x86_64
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
pip install --pre --extra-index-url https://test.pypi.org/simple cypari &&
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/macos_older_pythons.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/test.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit f781ee8

Please sign in to comment.