Skip to content

Commit

Permalink
The python version gets trimmed if it's not escaped.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRushton authored Oct 29, 2024
1 parent 7158f3c commit b45707f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10]
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Run unittest
run: |
pip install pytest
pytest -vv
pytest -vv

0 comments on commit b45707f

Please sign in to comment.