Skip to content

Commit

Permalink
Attempt to fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthompson committed Jun 12, 2023
1 parent b65ce52 commit 8c62d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
java-version: ['8']
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8c62d44

Please sign in to comment.