Skip to content

Commit 3e26c35

Browse files
Merge pull request #208 from CITCOM-project/windows_wheel_install
Windows wheel install
2 parents 7ad5827 + a180925 commit 3e26c35

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)