Skip to content

Commit

Permalink
Removign comma at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 17, 2024
1 parent 5caa920 commit bb85ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/numpy_1_unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
"torch-tests": ["3.10", "3.12"],
"jax-tests": ["3.10", "3.12"],
"external-libraries-tests": ["3.10"],
"data-tests": ["3.10"],
"data-tests": ["3.10"]
}
EOF
Expand All @@ -55,7 +55,7 @@ jobs:
"default": 1,
"core-tests": 5,
"jax-tests": 10,
"torch-tests": 2,
"torch-tests": 2
}
EOF
Expand Down

0 comments on commit bb85ebe

Please sign in to comment.