Skip to content

Commit 1b953fe

Browse files
committed
fix dependency for tests
1 parent 8631db0 commit 1b953fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
python -m pip install pytest
23-
python -m pip install -e .
23+
python -m pip install -e ".[dev]"
2424
2525
- name: Run tests with pytest
2626
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ documentation = "https://lias-laboratory.github.io/radius_clustering/"
5151
[project.optional-dependencies]
5252
dev = [
5353
"pytest>=8.3.3",
54+
"pandas",
5455
"cython>=3.0",
5556
"setuptools>= 61.0",
5657
"black>=24.3.0",

0 commit comments

Comments
 (0)