Skip to content

Commit

Permalink
fixing attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
01110011011101010110010001101111 committed Oct 15, 2023
1 parent a532575 commit 1d7fece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/functional_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Test with pytest
run: |
pytest -m "not skip"
- name: Install TorchQuantum
run: |
pip install --editable .
- name: Test Examples
run: |
python3 examples/qubit_rotation/qubit_rotation.py

0 comments on commit 1d7fece

Please sign in to comment.