Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
thisac committed Dec 15, 2020
1 parent 2fcceb0 commit 19a81bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Install Blackbird
run: |
python setup.py bdist_wheel
pip install dist/quantum_blackbird*.whl
pip install -e .
- name: Run tests
run: python3 -m pytest blackbird_python/blackbird/tests --cov=blackbird_python/blackbird --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native
Expand Down

0 comments on commit 19a81bd

Please sign in to comment.