Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 21, 2024
1 parent 4c127bc commit 9b377b9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/testwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04,
windows-latest,
macos-11, macos-12, macos-13, macos-14]
py: ['3.8', '3.9', '3.10', '3.11', '3.12']
#os: [ubuntu-20.04, ubuntu-22.04,
# windows-latest,
# macos-11, macos-12, macos-13, macos-14]
#py: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [macos-13]
py: ['3.10']
name: ${{ matrix.os }} py${{ matrix.py }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +32,7 @@ jobs:
- uses: actions/download-artifact@v4
if: ${{ github.event.inputs.runid != '' }}
with:
github-token: ${{ secrets.GH_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.inputs.runid }}
path: wheels
- run: python -m pip install --no-index --find-links=wheels gemmi
Expand Down

0 comments on commit 9b377b9

Please sign in to comment.