Skip to content

Commit

Permalink
[tox] add necessary pip packages for syft scenario tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Sep 30, 2024
1 parent 53481ca commit 32ea796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ jobs:
tox -e syft.test.scenario
pr-tests-syft-scenario-sync:
if: ${{ false }}
strategy:
max-parallel: 99
matrix:
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ deps =
{[testenv:syft]deps}
pytest-asyncio
pytest-timeout
db-dtypes
google-cloud-bigquery
allowlist_externals =
bash
pytest
Expand All @@ -314,6 +316,8 @@ deps =
{[testenv:syft]deps}
pytest-asyncio
pytest-timeout
db-dtypes
google-cloud-bigquery
allowlist_externals =
bash
pytest
Expand Down

0 comments on commit 32ea796

Please sign in to comment.