Skip to content

Commit

Permalink
build: fix python versions to be strings
Browse files Browse the repository at this point in the history
  • Loading branch information
petrem authored and Stranger6667 committed Feb 11, 2022
1 parent f3da78b commit e012263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: [3.7, 3.8, 3.9, 3.10, pypy3]
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3']

name: ${{ matrix.os }}/tests_${{ matrix.python }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e012263

Please sign in to comment.