Skip to content

Commit 462df3b

Browse files
committed
Debug
1 parent e23b51a commit 462df3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debug-sundry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
4747
4848
echo "=== Testing environment under tox ==="
49-
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
49+
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
5050
5151
echo "=== Testing distutils import under tox ==="
5252
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"
@@ -71,7 +71,7 @@ jobs:
7171
${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
7272
7373
echo "=== Testing environment under tox ==="
74-
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
74+
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
7575
7676
echo "=== Testing distutils import under tox ==="
7777
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"

0 commit comments

Comments
 (0)