Skip to content

Commit

Permalink
version must be string not int
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 29, 2023
1 parent a7c8c66 commit e72b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
container: jasonb87/cime:latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e72b78f

Please sign in to comment.