Skip to content

Commit ed1a77b

Browse files
Install test requirements in ci-tests.yaml action
1 parent f35ecaf commit ed1a77b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
conda install -c conda-forge pygraphviz
2626
python --version
2727
pip install -e .
28+
pip install -e .[test]
2829
pip install pytest pytest-cov
2930
shell: bash -l {0}
3031
- name: Test with pytest

0 commit comments

Comments
 (0)