Skip to content

Commit

Permalink
changed version list to list of strings
Browse files Browse the repository at this point in the history
Python 3.10 is interpreted as 3.1 due to issue in yaml interpretation: actions/runner#1989
  • Loading branch information
MichielTukker committed May 30, 2024
1 parent 95a0da5 commit a10374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_template_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.10, 3.11]
python-version: ['3.8', '3.10', '3.11']

name: Test cookiecutter template
steps:
Expand Down

0 comments on commit a10374e

Please sign in to comment.