Skip to content

Commit

Permalink
Temporarily disable running dbt --version in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
iknox-fa committed Jan 27, 2023
1 parent 6a81545 commit 1ead5ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
mypy --version
python -m pip install -r requirements.txt
python -m pip install -r dev-requirements.txt
dbt --version
# Running version disabled temporarily because version isn't implemented on this branch
# Please un-comment it when GH #6757 / CT-1926 is complete
#dbt --version
- name: Run pre-commit hooks
run: pre-commit run --all-files --show-diff-on-failure
Expand Down

0 comments on commit 1ead5ac

Please sign in to comment.