Skip to content

Commit

Permalink
Merge pull request #9272 from OpenMined/revert-base-image-test
Browse files Browse the repository at this point in the history
enable base image test
  • Loading branch information
shubham3121 authored Sep 5, 2024
2 parents ac37630 + 5f0f3d7 commit 7274cfa
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 7274cfa

Please sign in to comment.