Skip to content

Commit

Permalink
enable base image test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Sep 5, 2024
1 parent 9fc786d commit 24c4e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
if: steps.changes.outputs.stack == 'true'
timeout-minutes: 60
run: |
echo "Skipping pr image test"
tox -e backend.test.basecpu
# run: |
# tox -e backend.test.basecpu
# echo "Skipping pr image test"

pr-tests-syft-integration:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/14-container-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
" if (bool(os.environ[\"DEV_MODE\"]) and running_as_container)\n",
" else sy.__version__\n",
")\n",
"syft_base_worker_tag = \"0.9.1-beta.11\""
"# syft_base_worker_tag = \"0.9.2-beta.1\""
]
},
{
Expand Down

0 comments on commit 24c4e43

Please sign in to comment.