From 775c1cd8684204bf4318c9874f82c0fe060b7361 Mon Sep 17 00:00:00 2001 From: Carl Crowder Date: Fri, 20 Oct 2023 12:07:58 +0700 Subject: [PATCH] tmp will be squashed, CI debug by YAML hell --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2db61d94..c8111750 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: coveralls --service=github test_deprecated: # testing older versions of python+django - name: test old stuff / Django@${{ matrix.django-version }} / Python@${{ matrix.python-version }} + name: test old stuff / P@${{ matrix.python-version }} / D@${{ matrix.django-version }} runs-on: ubuntu-latest strategy: # TODO: use a YAML anchor - not supported in GitHub actions "yet" fail-fast: false