Skip to content

Commit

Permalink
use quotes to avoid github action interpreting 3.10 as 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed May 3, 2023
1 parent 2f20c0e commit f41c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_with_scala_and_python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, 3.10 ]
python-version: [ '3.9', '3.10' ]
java-version: [ 8, 11 ]

steps:
Expand Down

0 comments on commit f41c72b

Please sign in to comment.