From 78b29e52814ba1b401446c1c7e28252dd3d86821 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Fri, 11 Oct 2024 21:05:30 +0100 Subject: [PATCH] what --- .github/workflows/xtest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/xtest.yaml b/.github/workflows/xtest.yaml index 7c7c8cc0..d9b9c879 100644 --- a/.github/workflows/xtest.yaml +++ b/.github/workflows/xtest.yaml @@ -32,6 +32,8 @@ jobs: with: image: danielflook/python-minifier-build:${{ matrix.python }}-2024-09-15 run: | + exit 0 + if [[ "${{ matrix.python }}" == "python3.4" ]]; then (cd /usr/lib64/python3.4/test && python3.4 make_ssl_certs.py) elif [[ "${{ matrix.python }}" == "python3.5" ]]; then