Skip to content

Commit

Permalink
retest all Python version wheels on macOS (gfortran directory issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Nov 23, 2023
1 parent 34371d4 commit bb662eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest]
os: [macos-12]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = ["setuptools>=42",
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp312-* cp311-* cp310-* cp39-* cp38-*"
build = "cp312-* cp311-* cp310-* cp39-*"
skip = "*musllinux* pp*"
build-verbosity = "3"
test-command = "python -s -c \"import pysces; pysces.test(3)\""
Expand All @@ -25,7 +25,7 @@ manylinux-x86_64-image = "manylinux2014"
archs = "x86_64"
before-build = [
"sudo ln -sf /usr/local/bin/gfortran-11 /usr/local/bin/gfortran",
"sudo mkdir /usr/local/gfortran",
"sudo mkdir -p /usr/local/gfortran",
"sudo ln -sf /usr/local/Cellar/gcc@11/*/lib/gcc/11 /usr/local/gfortran/lib",
"gfortran --version",
]
Expand Down

0 comments on commit bb662eb

Please sign in to comment.