Skip to content

Commit

Permalink
Fix typo in python version where comma was used instead of decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Mar 21, 2024
1 parent 5a1eb42 commit 0d936b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3,8", "3.11", "3.12"] # Check against oldest and newest versions
python-version: ["3.8", "3.11", "3.12"] # Check against oldest and newest versions
jax: ["", "_jax"]
exclude: # Skip win + jax
- jax: "_jax"
Expand Down

0 comments on commit 0d936b4

Please sign in to comment.