Skip to content

Commit

Permalink
fix install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Oct 17, 2023
1 parent 7ff9bed commit e563a58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_dbt_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-dbt-cloud

- name: Install dependencies
# install dlt with postgres support
run: poetry install --no-interaction

- run: |
poetry run pytest tests/helpers/dbt_cloud_tests -k '(not venv)'
if: runner.os != 'Windows'
Expand Down

0 comments on commit e563a58

Please sign in to comment.