Skip to content

Commit c6d9876

Browse files
committed
Debug
1 parent 8d371a9 commit c6d9876

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/debug-sundry.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
VERSION=0.0.0
3131
sed -i "s/setup_requires=.*/version='$VERSION',/; s/use_scm_version=.*//" setup.py
3232
33-
- name: Debug distutils availability
33+
- name: Debug distutils availability (old container)
3434
uses: ./.github/actions/run-in-container
3535
with:
36-
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-08-13
36+
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-09-15
3737
run: |
3838
echo "=== Testing distutils.bcppcompiler import ==="
3939
${{ matrix.python }} -c "import distutils.bcppcompiler; print('SUCCESS: distutils.bcppcompiler imported')" || echo "FAILED to import distutils.bcppcompiler"
@@ -47,7 +47,7 @@ jobs:
4747
- name: Debug distutils availability
4848
uses: ./.github/actions/run-in-container
4949
with:
50-
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-09-15
50+
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-08-13
5151
run: |
5252
echo "=== Testing distutils.bcppcompiler import ==="
5353
${{ matrix.python }} -c "import distutils.bcppcompiler; print('SUCCESS: distutils.bcppcompiler imported')" || echo "FAILED to import distutils.bcppcompiler"
@@ -57,3 +57,4 @@ jobs:
5757
5858
echo "=== Running regression test ==="
5959
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest
60+

0 commit comments

Comments
 (0)