Skip to content

Commit

Permalink
Disable upgrade in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jul 29, 2024
1 parent e8348df commit f594dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Install latest patch version. Upgrade if cache contains old patch version.
- name: Install dependencies
run: |
pip install --upgrade pip wheel setuptools
pip install pip wheel setuptools
pip install -Iv dbt-${{ matrix.warehouse }}==${{ matrix.dbt_version }} --upgrade
dbt deps
Expand Down

0 comments on commit f594dbd

Please sign in to comment.