Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalian committed Feb 25, 2024
1 parent db68e49 commit 4fdae07
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, 3.10, 3.11, 3.12]
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,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 4fdae07

Please sign in to comment.