File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -216,13 +216,7 @@ jobs:
216216 pip install --upgrade setuptools wheel
217217 pip install --upgrade --upgrade-strategy eager -r dev_tools/requirements/dev.env.txt
218218 - name : Pytest check
219- run : check/pytest -n logical --durations=20 --junit-xml=pytest-ubuntu-report.xml
220- - name : Persist the test report
221- if : github.event_name == 'merge_group' && matrix.python-version == '3.11'
222- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
223- with :
224- name : pytest-ubuntu-report
225- path : pytest-ubuntu-report.xml
219+ run : check/pytest -n logical --durations=20
226220 pip-compile :
227221 if : github.repository_owner == 'quantumlib'
228222 name : Check consistency of requirements
You can’t perform that action at this time.
0 commit comments