Skip to content

Commit 39639c4

Browse files
committed
Fix package test step on macOS
1 parent cae19e2 commit 39639c4

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
55
app_docs_url: https://easyscience.github.io/dynamics-app
66
app_doi: 10.5281/zenodo.18877180

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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/"

0 commit comments

Comments
 (0)