We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57c12b commit 2b934afCopy full SHA for 2b934af
1 file changed
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
run: python3 -c "import sys; print(sys.version)"
30
31
- name: Install dependencies
32
- run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly igraph
+ run: python3 -m pip install --upgrade turftopic[pyro-ppl] pandas pytest plotly igraph datasets
33
- name: Run tests
34
run: python3 -m pytest tests/
35
0 commit comments