10000 try to fix logic · matplotlib/matplotlib@266ada2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 266ada2

Browse files
committed
try to fix logic
1 parent e7079e8 commit 266ada2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
os: ubuntu-24.04
9595
python-version: '3.14-dev'
9696
skip-interactive-backend-builds: true
97-
skip-interactive-tests: true
9897

9998
steps:
10099
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -353,7 +352,7 @@ jobs:
353352
if [[ "${{ matrix.python-version }}" == '3.13t' ]]; then
354353
export PYTHON_GIL=0
355354
fi
356-
if ${{ contains(matrix.name-suffix, 'pre-release') || matrix.skip-interactive-tests }}; then
355+
if "${{ contains(matrix.name-suffix, 'pre-release') }}"; then
357356
FLAGS=(-k 'not test_backends_interactive')
358357
else
359358
FLAGS=(-n auto)

0 commit comments

Comments
 (0)
0