Skip to content

Commit

Permalink
Run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGreisman committed Feb 21, 2025
1 parent d8dda2f commit 82ede23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
numpy-version: ['numpy<2.0', 'numpy>=2.0']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13',]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

# Skip CI if 'skip ci' is contained in latest commit message
if: "!contains(github.event.head_commit.message, 'skip ci')"
Expand Down

0 comments on commit 82ede23

Please sign in to comment.