Skip to content

Commit

Permalink
add windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed Dec 6, 2024
1 parent 993e62e commit 0a8e4f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
full-deps: true
codecov: false
extra-pip-deps: asv
- name: windows_py312
os: windows-latest
python-version: "3.12"
full-deps: true
codecov: true
env:
CYTHON_TRACE_NOGIL: 1
MPLBACKEND: agg
Expand Down

0 comments on commit 0a8e4f4

Please sign in to comment.