Skip to content

Commit

Permalink
feat: expand platform support in pyproject.toml and CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2024
1 parent c073262 commit ccbef0a
Show file tree
Hide file tree
Showing 3 changed files with 7,159 additions and 747 deletions.
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

0 comments on commit ccbef0a

Please sign in to comment.