mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 09:26:44 +00:00
wfs
This commit is contained in:
parent
2f54ec0430
commit
102d4ba44a
3
.github/workflows/dbt_dispatch_workflow.yml
vendored
3
.github/workflows/dbt_dispatch_workflow.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/dbt_run_adhoc.yml
vendored
3
.github/workflows/dbt_run_adhoc.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/dbt_run_master_keys.yml
vendored
3
.github/workflows/dbt_run_master_keys.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/dbt_run_template.yml
vendored
3
.github/workflows/dbt_run_template.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
3
.github/workflows/slack_notify.yml
vendored
3
.github/workflows/slack_notify.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user