This commit is contained in:
Austin 2026-01-13 15:29:46 -05:00
parent 2f54ec0430
commit 102d4ba44a
10 changed files with 33 additions and 0 deletions

View File

@ -73,6 +73,9 @@ jobs:
python-version: "3.10"
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

@ -54,6 +54,9 @@ jobs:
python-version: "3.10"
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

@ -34,6 +34,9 @@ jobs:
python-version: "3.10"
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

@ -74,6 +74,9 @@ jobs:
python-version: "3.10"
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

@ -60,6 +60,9 @@ jobs:
python-version: "3.10"
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

@ -63,6 +63,9 @@ jobs:
python-version: "3.10"
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

@ -39,6 +39,9 @@ jobs:
python-version: "3.10"
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
@ -91,6 +94,9 @@ jobs:
python-version: "3.10"
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

@ -44,6 +44,9 @@ jobs:
python-version: "3.10"
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

@ -66,6 +66,9 @@ jobs:
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

@ -17,6 +17,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- 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: |