Skip to content

Commit

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

- name: Install dependencies + sentry
run: poetry install --no-interaction -E parquet -E pydantic -E pandas && pip install sentry-sdk
run: poetry install --no-interaction -E parquet -E pydantic && pip install sentry-sdk

- run: |
poetry run pytest tests/common tests/normalize tests/reflection tests/sources
Expand Down

0 comments on commit 7d0f648

Please sign in to comment.