Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15 # Consider increasing timeout
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14] # , windows-latest removed for now
os: [ubuntu-latest, macos-latest, macos-14, windows-latest] # , windows-latest removed for now
env: ["py310", "py311", "py312"]

steps:
Expand All @@ -28,7 +28,6 @@ jobs:
environments: ${{ matrix.env }}
pixi-version: v0.39.0
cache: true
locked: false # wont be the same because of the tag

- name: Run pytest
run: |
Expand Down
Loading
Loading