Skip to content

Commit f58c0fb

Browse files
committed
Troubleshoot HDF5 dependency
1 parent 2d6fe36 commit f58c0fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
shell: bash -el {0}
77
strategy:
88
matrix:
9-
os: [ubuntu-latest]
10-
python: ['3.10', '3.11', '3.12']
11-
include:
12-
- os: macos-latest
13-
python: '3.10'
14-
- os: windows-latest
15-
python: '3.10'
9+
os: [macos-latest] #[ubuntu-latest]
10+
python: ['3.10'] #, '3.11', '3.12'
11+
# include:
12+
# - os: macos-latest
13+
# python: '3.10'
14+
# - os: windows-latest
15+
# python: '3.10'
1616
fail-fast: false
1717
runs-on: ${{ matrix.os }}
1818
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python = "^3.10"
1111
juliapkg = "^0.1.16"
1212
numpy = ">=1.19"
1313
juliacall = "^0.9.24"
14+
h5py = "^3.13.0"
1415

1516
[tool.poetry.group.test.dependencies]
1617
pytest = "^7.4.4"

0 commit comments

Comments
 (0)