Skip to content

Commit

Permalink
ci: use quotes for python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Jan 5, 2022
1 parent 502d1f5 commit 48510db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7]
python-version: ['3.7']
experimental: [false]

include:
- python-version: 3.8
- python-version: '3.8'
experimental: true
- python-version: 3.9
- python-version: '3.9'
experimental: true
- python-version: 3.10
- python-version: '3.10'
experimental: true

steps:
Expand Down

0 comments on commit 48510db

Please sign in to comment.