diff --git a/.github/workflows/pr-tests-syft.yml b/.github/workflows/pr-tests-syft.yml index a4542c4d000..01d23594150 100644 --- a/.github/workflows/pr-tests-syft.yml +++ b/.github/workflows/pr-tests-syft.yml @@ -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: @@ -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: @@ -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: @@ -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: