Skip to content

Commit f72fdc0

Browse files
committed
[JTH] add pytest to dependencies in tests
1 parent 2c0c1e6 commit f72fdc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install .[all]
33+
pip install .[all,tests]
3434
3535
- name: Lint
3636
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies = [
5151

5252
[project.optional-dependencies]
5353
docs = ["sphinx", "sphinx-rtd-theme", "jupyter-sphinx", "myst-parser"]
54+
tests = ["pytest", "ruff"]
5455
downloaders = ["cdsapi", "ecmwf-opendata"]
5556
waves = ["wavespectra", "olas"]
5657
numerical-models = ["hydromt-sfincs"]

0 commit comments

Comments
 (0)