10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7079e8 commit 266ada2Copy full SHA for 266ada2
.github/workflows/tests.yml
@@ -94,7 +94,6 @@ jobs:
94
os: ubuntu-24.04
95
python-version: '3.14-dev'
96
skip-interactive-backend-builds: true
97
- skip-interactive-tests: true 7BCB div>
98
99
steps:
100
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -353,7 +352,7 @@ jobs:
353
352
if [[ "${{ matrix.python-version }}" == '3.13t' ]]; then
354
export PYTHON_GIL=0
355
fi
356
- if ${{ contains(matrix.name-suffix, 'pre-release') || matrix.skip-interactive-tests }}; then
+ if "${{ contains(matrix.name-suffix, 'pre-release') }}"; then
357
FLAGS=(-k 'not test_backends_interactive')
358
else
359
FLAGS=(-n auto)
0 commit comments