We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2b618 commit 2838858Copy full SHA for 2838858
1 file changed
.github/workflows/nightly-tests.yaml
@@ -40,7 +40,7 @@ concurrency:
40
jobs:
41
Pytest:
42
# Try to fit as much info as possible into the GHA sidebar at run-time.
43
- name: Py ${{matrix.python-version}} + ${{matrix.os}}/${{matrix.arch}}
+ name: Py ${{matrix.python-version}} + ${{matrix.os}}/${{matrix.arch}} + ${{matrix.cirq}}
44
runs-on: ${{matrix.os}}
45
timeout-minutes: 15
46
strategy:
0 commit comments