Skip to content

Commit

Permalink
YAML: Trailing zeros must be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 1, 2023
1 parent efab34e commit 759379d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
timeout-minutes: 180
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10.7 ]
tf-version: [ 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.10.0 ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
tf-version: [ '2.6.0', '2.7.0', '2.8.0', '2.9.0', '2.10.0' ]

exclude:
- python-version: 3.7
Expand Down

0 comments on commit 759379d

Please sign in to comment.