Skip to content

Commit

Permalink
Merge pull request #72 from robotools/update_ci
Browse files Browse the repository at this point in the history
Missing quote, fixed
  • Loading branch information
benkiel authored Sep 24, 2024
2 parents a32d0cc + a701cde commit 97a82fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: ['3.8', 3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
- platform: macos-latest
Expand Down

0 comments on commit 97a82fa

Please sign in to comment.