Skip to content

Commit 8f96b39

Browse files
authored
Merge branch 'main' into quick-out
2 parents dc2d760 + 3e26c35 commit 8f96b39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install package and dependencies
2424
run: |
25-
conda install -c conda-forge pygraphviz
2625
python --version
27-
pip install -e . --no-cache-dir
26+
pip install -e .
2827
pip install -e .[test]
2928
pip install pytest pytest-cov
3029
shell: bash -l {0}

0 commit comments

Comments
 (0)