This commit is contained in:
eric-laurello 2026-01-26 17:59:40 -05:00 committed by GitHub
commit 314767a500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,9 @@ jobs:
with:
python-version: ${{ inputs.python_version }}
cache: "pip"
- name: Configure git for internal repos
run: git config --global url."https://x-access-token:${{ secrets.GH_INTERNAL_TOKEN }}@github.com/".insteadOf "https://github.com/"
- name: install dependencies
run: |
pip install -r requirements.txt

View File

@ -36,6 +36,9 @@ jobs:
cache: "pip"
- name: Configure git for internal repos
run: git config --global url."https://x-access-token:${{ secrets.GH_INTERNAL_TOKEN }}@github.com/".insteadOf "https://github.com/"
- name: install dependencies
run: |
pip install -r requirements.txt