Skip to content

Commit

Permalink
add windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 3, 2024
1 parent e551f09 commit 46c5119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.12", "3.13"]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} :: pypi :: ${{ matrix.python-version }}"
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} :: conda-forge"
timeout-minutes: 15
Expand Down

0 comments on commit 46c5119

Please sign in to comment.