Skip to content

Commit

Permalink
simplify build matrices for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent 8279dbc commit ad3a3e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
build-shared-libs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [x86_64, aarch64]
os: [ubuntu-latest] # Keep only one OS
arch: [x86_64] # Keep only one architecture
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
arch: aarch64
Expand Down Expand Up @@ -82,8 +82,8 @@ jobs:
build-shared-libs-cuda:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
arch: [x86_64, aarch64]
os: [ubuntu-latest]
arch: [x86_64]
cuda_version: ['12.1.0']
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
Expand Down Expand Up @@ -154,8 +154,8 @@ jobs:
- build-shared-libs-cuda
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: ["3.9"]
arch: [x86_64, aarch64]
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
Expand Down

0 comments on commit ad3a3e1

Please sign in to comment.