Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Gates should no longer compare as equal and not equal. #1671

Merged
merged 6 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: single quotes?
  • Loading branch information
MarquessV committed Sep 27, 2023
commit 89f96dd0517765c8323d639345549d4db25eb405
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
docker run --rm -itd -p 5000:5000 rigetti/qvm -S
poetry run make test
- name: Report Coverage
if: matrix.python-version == '3.11' && github.event_name == pull_request
if: matrix.python-version == '3.11' && github.event_name == 'pull_request'
uses: orgoro/coverage@v3.1
with:
coverageFile: coverage.xml
Expand Down