Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
afedynitch committed Jul 18, 2024
1 parent 2d6e587 commit 111a5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [native, arm64]
py: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# arch: [native, arm64]
py: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down

0 comments on commit 111a5f1

Please sign in to comment.