Skip to content

Commit c92445c

Browse files
authored
Upgrade to SciPy 1.17 and add OSX support (#47)
1 parent 1e8fab1 commit c92445c

3 files changed

Lines changed: 3174 additions & 1081 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
1515
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
1616
with:
17-
pixi-version: v0.61.0 # pin the pixi binary version (optional)
17+
pixi-version: v0.62.1 # pin the pixi binary version (optional)
1818
cache: true # enable caching of installed envs
1919
# only write new caches on main pushes (TODO: Enable)
2020
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

0 commit comments

Comments
 (0)