Skip to content

Commit

Permalink
Build on windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent 940d5ce commit 9b042ea
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build twine pillow
# - name: Install Ubuntu dependencies
# run: |
# sudo apt-get update
# sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache
- name: Build sdist
run: python -m build --sdist
- name: Check the package
Expand All @@ -47,10 +43,6 @@ jobs:
with:
name: cibw-sdist
path: dist
# - name: Install Ubuntu dependencies
# run: |
# sudo apt-get update
# sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache
- name: Install from sdist
run: pip install "$(ls dist/freesas-*.tar.gz)"
- name: Run tests
Expand Down Expand Up @@ -102,8 +94,8 @@ jobs:
# cibw_archs: "aarch64"
# - os: ubuntu-20.04
# cibw_archs: "ppc64le"
# - os: windows-2022
# cibw_archs: "auto64"
- os: windows-2022
cibw_archs: "auto64"
- os: macos-12
cibw_archs: "x86_64"
macos_target: "10.9"
Expand Down

0 comments on commit 9b042ea

Please sign in to comment.