We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6fe36 commit f58c0fbCopy full SHA for f58c0fb
.github/workflows/ci.yml
@@ -6,13 +6,13 @@ jobs:
6
shell: bash -el {0}
7
strategy:
8
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
+ os: [macos-latest] #[ubuntu-latest]
+ python: ['3.10'] #, '3.11', '3.12'
+ # include:
+ # - os: macos-latest
+ # python: '3.10'
+ # - os: windows-latest
16
fail-fast: false
17
runs-on: ${{ matrix.os }}
18
steps:
pyproject.toml
@@ -11,6 +11,7 @@ python = "^3.10"
juliapkg = "^0.1.16"
numpy = ">=1.19"
juliacall = "^0.9.24"
+h5py = "^3.13.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
0 commit comments