Skip to content

Commit

Permalink
switch tunshell
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanSchell committed Sep 24, 2024
1 parent 9d9cac8 commit e173012
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,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 @@ -273,7 +273,6 @@ jobs:
shell: bash
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T WcYAUxVX5tmMwCwxHtWXVa 5rW9jU2gavj0Av2uRYqcM3
tox -e syft.test.notebook.scenario
pr-tests-syft-notebook-scenario-sync:
Expand All @@ -282,21 +281,21 @@ jobs:
matrix:
# Disable on windows until its flakyness is reduced.
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
os: [macos-latest]
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 @@ -360,7 +359,7 @@ jobs:
with:
timeout_seconds: 2400
max_attempts: 3
command: tox -e syft.test.notebook.scenario.sync
command: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T WcYAUxVX5tmMwCwxHtWXVa 5rW9jU2gavj0Av2uRYqcM3; tox -e syft.test.notebook.scenario.sync

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

0 comments on commit e173012

Please sign in to comment.