Skip to content

Commit

Permalink
windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 12, 2024
1 parent 44d7abe commit e15a368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:
paths-ignore:
- docs/**

push:
branches:
- scikit-build-core
paths-ignore:
- docs/**

jobs:
main:
name: Build wheels on ${{ matrix.os }}
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/quick_wheel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- name: Additional macOS settings
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install PyNE
shell: bash -l {0}
run: |
pip install -vvv dist/pyne*.whl
pip install dist/pyne*.whl
- name: Nuc data make
shell: bash -l {0}
Expand All @@ -76,10 +76,4 @@ jobs:
run: |
cd tests
pip install pytest
pytest -ra
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels for ${{ matrix.os }}
path: dist
pytest -ra

0 comments on commit e15a368

Please sign in to comment.