diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 842281fa..c3ff449c 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -37,6 +37,7 @@ 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