Skip to content

Commit

Permalink
[TEMP] Test on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Dec 20, 2024
1 parent 931cc71 commit db3981a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
run: mypy
test:
if: github.event_name != 'push'
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.13"]
with-torch: ["with-torch", "no-torch"]
steps:
Expand Down

0 comments on commit db3981a

Please sign in to comment.