mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
Merge 58dd2ae236 into f6e472d80c
This commit is contained in:
commit
314767a500
3
.github/workflows/dbt.yml
vendored
3
.github/workflows/dbt.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/dbt_docs_update.yml
vendored
3
.github/workflows/dbt_docs_update.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user