Skip to content

Commit

Permalink
Merge pull request #89 from Synthetixio/fix/dbt-docs-dependencies
Browse files Browse the repository at this point in the history
Temporary dependency fix for dbt docs workflow
  • Loading branch information
Tburm authored Jul 29, 2024
2 parents 92e8e03 + e8e6793 commit 05a7cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.10.11
- name: Install python dependencies
run: |
cd transformers && pip install -r requirements.txt
cd transformers && pip install -I --force-reinstall setuptools==71.0.0 && pip install --no-build-isolation --no-cache-dir -r requirements.txt
- name: Install dbt dependencies
run: |
cd transformers/synthetix && dbt deps
Expand All @@ -41,4 +41,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: transformers/synthetix/target
force_orphan: true
force_orphan: true

0 comments on commit 05a7cbf

Please sign in to comment.