Skip to content

Commit

Permalink
revert CI changes for tunshell
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanSchell committed Sep 25, 2024
1 parent cef12a1 commit 811852a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,17 +287,17 @@ jobs:
python-version: ["3.12"]
deployment-type: ["python"]
bump-version: ["False"]
# include:
# - python-version: "3.11"
# os: "ubuntu-latest"
# deployment-type: "python"
# - python-version: "3.10"
# os: "ubuntu-latest"
# deployment-type: "python"
# - python-version: "3.12"
# os: "ubuntu-latest"
# deployment-type: "python"
# bump-version: "True"
include:
- python-version: "3.11"
os: "ubuntu-latest"
deployment-type: "python"
- python-version: "3.10"
os: "ubuntu-latest"
deployment-type: "python"
- python-version: "3.12"
os: "ubuntu-latest"
deployment-type: "python"
bump-version: "True"

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
with:
timeout_seconds: 2400
max_attempts: 3
command: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T WcYAUxVX5tmMwCwxHtWXVa 5rW9jU2gavj0Av2uRYqcM3; tox -e syft.test.notebook.scenario.sync
command: tox -e syft.test.notebook.scenario.sync

pr-tests-syft-notebook-single-container:
strategy:
Expand Down

0 comments on commit 811852a

Please sign in to comment.