diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7efce2e..f7198e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,11 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Configure Git + run: | + git config --global url."https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.inesctec.pt/".insteadOf "https://gitlab.inesctec.pt/" + + - name: Install dependencies run: | pip install -r requirements.txt @@ -40,6 +45,10 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Configure Git + run: | + git config --global url."https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.inesctec.pt/".insteadOf "https://gitlab.inesctec.pt/" + - name: Install dependencies run: | pip install -r requirements.txt