Skip to content

Commit

Permalink
fix: Update python versions format on action
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrariDG committed Jun 6, 2022
1 parent 7a408bb commit 75df6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.7'

- name: Install Poetry
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']

steps:
- name: Checkout code
Expand Down

0 comments on commit 75df6e4

Please sign in to comment.