Skip to content

Commit 2b934af

Browse files
Added datasets as a test dependency
1 parent c57c12b commit 2b934af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python3 -c "import sys; print(sys.version)"
3030

3131
- name: Install dependencies
32-
run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly igraph
32+
run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly igraph datasets
3333
- name: Run tests
3434
run: python3 -m pytest tests/
3535

0 commit comments

Comments
 (0)