Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalian committed Feb 25, 2024
1 parent 4fdae07 commit 6fc8b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, 3.10, 3.11, 3.12]
python-version: ['3.9', '3.10', '3.11', '3.12']
defaults:
run:
shell: bash
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install the package
Expand Down

0 comments on commit 6fc8b0d

Please sign in to comment.