Skip to content

Commit

Permalink
Remove argument from workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Aug 1, 2023
1 parent 242e4c8 commit ba7aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
pip install -r dev_tools/requirements/resource_estimates.env.txt
pip install cirq-core${{matrix.cirq-version}}
- name: Pytest check resources
run: check/pytest --resource-estimates -m "not slow"
run: check/pytest --resource-estimates
shell: bash
coverage:
name: Coverage check
Expand Down

0 comments on commit ba7aff6

Please sign in to comment.