Skip to content

Commit

Permalink
Install parquet in mssql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Oct 25, 2023
1 parent 0d159ef commit 90fbf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-gcp

- name: Install dependencies
run: poetry install --no-interaction -E mssql -E s3 -E gs -E az
run: poetry install --no-interaction -E mssql -E s3 -E gs -E az -E parquet

- run: |
poetry run pytest tests/load --ignore tests/load/pipeline/test_dbt_helper.py
Expand Down

0 comments on commit 90fbf24

Please sign in to comment.