Skip to content

Commit

Permalink
Merge pull request #268 from godatadriven/dbt-core-non-pre
Browse files Browse the repository at this point in the history
Don't install prerelease dbt Core
  • Loading branch information
pgoslatara authored Oct 3, 2024
2 parents 30aa53e + 3f68caa commit 6c78cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dbt_artifact_probes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
poetry-version: ${{ env.POETRY_VERSION }}
python-version: ${{ steps.python-version.outputs.PYTHON_VERSION }}

- name: Install latest dbt-core
run: poetry run pip install dbt-core -U --pre
- name: Install latest released dbt-core
run: poetry run pip install dbt-core -U

- name: Regenerate dbt artifacts and run `dbt-bouncer`
run: |
Expand Down

0 comments on commit 6c78cdc

Please sign in to comment.