File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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"
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"
5757
5858 echo "=== Running regression test ==="
5959 tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest
60+
You can’t perform that action at this time.
0 commit comments