We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cc2d0 commit 75574a2Copy full SHA for 75574a2
.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Run integration tests (without secrets)
118
run: nox -vs integration -p ${{ matrix.python-version }} -- -m "not require_secrets"
119
- name: Run PTY integration test (Python 3.14 only, no xdist)
120
- if: matrix.python-version == '3.14' && startsWith(matrix.os, 'ubuntu')
+ if: ${{ matrix.python-version == '3.14' && startsWith(matrix.os, 'ubuntu') }}
121
run: |
122
source .nox/integration-${{ matrix.python-version }}/bin/activate
123
pytest test/integration/test_help.py::test_help_with_tty -v --sut=$(which b2v4)
0 commit comments