File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# WARNING: Do not edit this file manually.
22# Any changes will be overwritten by Copier.
3- _commit : v0.10.1-23-g55e8e0e
3+ _commit : v0.10.1-25-gb762d43
44_src_path : gh:easyscience/templates
55app_docs_url : https://easyscience.github.io/dynamics-app
66app_doi : 10.5281/zenodo.18877180
Original file line number Diff line number Diff line change 7474 strategy :
7575 fail-fast : false
7676 matrix :
77- os : [ubuntu-24.04 , macos-14 , windows-2022 ]
77+ os : [ubuntu-latest , macos-latest , windows-latest ]
7878
7979 runs-on : ${{ matrix.os }}
8080
@@ -202,11 +202,8 @@ jobs:
202202 echo "Adding Python $py_ver"
203203 pixi add "python=$py_ver"
204204
205- echo "Adding Conda dependencies"
206- pixi add gsl
207-
208- #echo "Adding PyPI dependencies"
209- #pixi add --pypi pytest pytest-xdist
205+ echo "Setting macOS 14.0 as minimum required"
206+ pixi project system-requirements add macos 14.0
210207
211208 echo "Looking for wheel in ../dist/py$py_ver/"
212209 ls -l "../dist/py$py_ver/"
You can’t perform that action at this time.
0 commit comments