Skip to content

Commit

Permalink
Test workflow: more version control friendly python version listing
Browse files Browse the repository at this point in the history
related to #346 and #347
  • Loading branch information
soxofaan committed Dec 5, 2022
1 parent 06e7992 commit 518a208
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 518a208

Please sign in to comment.