Skip to content

Commit

Permalink
skip the package builds which we cannot readily fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 18, 2024
1 parent 8e6bbcd commit bbd996a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
matrix:
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
recipe: [diffeqpy, pyrms, symmetry]
exclude:
- os: macos-latest
node: diffeqpy
- os: macos-latest
node: pyrms
- os: windows-latest
node: diffeqpy
- os: windows-latest
node: pyrms
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit bbd996a

Please sign in to comment.