Skip to content

Commit

Permalink
don't distribute kahypar (setup time cost is not worth it)
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Apr 27, 2022
1 parent 8588b82 commit c1d6a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock pytest-xdist flaky --upgrade
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade
- name: Install KaHyPar
run: pip3 install kahypar==1.1.7
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Run tests
run: |
python -m pytest tests/ -m kahypar -n auto
python -m pytest tests/ -m kahypar
- name: Adjust coverage file for Codecov
run: bash <(sed -i 's/filename=\"/filename=\"pennylane\//g' coverage.xml)
Expand Down

0 comments on commit c1d6a22

Please sign in to comment.