Skip to content

Commit

Permalink
125 add windows tests (#126)
Browse files Browse the repository at this point in the history
* added windows to tests

* added macos to tests

* moved from netcdf4 to h5netcdf
  • Loading branch information
veenstrajelmer authored Oct 30, 2024
1 parent a216fa9 commit f1cde58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# we assume it also works for inbetween versions
python-version: ["3.8", "3.12", "3.13"]
os: [ubuntu-latest] #, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ examples = [
"matplotlib",
]
netcdf = [
"xarray[io]",
"xarray",
"h5netcdf",
]

[project.scripts]
Expand Down

0 comments on commit f1cde58

Please sign in to comment.