Skip to content

Commit

Permalink
Fix typo in CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarteepants committed Jul 15, 2024
1 parent 013bd2c commit 56a3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
python: [3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 56a3645

Please sign in to comment.