Skip to content

Commit

Permalink
added netCDF4 to standard dependencies, removed manual install in CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin authored Nov 1, 2023
1 parent 27f047d commit e5e291f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
shell: bash -l {0}
run: |
python3 -m pip install --upgrade pip
pip3 install wheel coveralls netCDF4
pip3 install wheel coveralls
pip3 install .[dev,geometry]
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash -l {0}
run: |
python3 -m pip install --upgrade pip
pip3 install wheel coveralls netCDF4
pip3 install wheel coveralls
pip3 install .[dev,geometry]
- name: Build documentation
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"capytaine",
"joblib",
"wavespectra>=3.13",
"netcdf4",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e5e291f

Please sign in to comment.