From 81ffda139d65ce3a419e908b646cd6b416b72988 Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Fri, 14 Jul 2023 14:55:22 +0200 Subject: [PATCH] Now hush --- .github/workflows/django.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index c3ff449c..2a765a0c 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -37,7 +37,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Dependencies - continue-on-error: true run: | git config --global url."https://${{ secrets.CERN_GITLAB_USER }}:${{ secrets.CERN_GITLAB_TOKEN }}@gitlab.cern.ch".insteadOf https://gitlab.cern.ch git config --global url."https://${{ secrets.CERN_GITLAB_USER }}:${{ secrets.CERN_GITLAB_TOKEN }}@gitlab.cern.ch".insteadOf https://gitlab.cern.ch @@ -47,7 +46,7 @@ jobs: cd django-allauth git checkout 77368a8 wget https://github.com/pennersr/django-allauth/compare/main...nothingface0:django-allauth:fix_cern_sso.patch --output-document=patch - result=$(git apply patch --reject) + git apply patch --reject || true cd .. pip install -r requirements.txt