Skip to content

Commit

Permalink
Revert "Added tunshell debugging"
Browse files Browse the repository at this point in the history
This reverts commit c90480d.
  • Loading branch information
rasswanth-s committed Feb 8, 2024
1 parent c90480d commit af6f0f4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
strategy:
max-parallel: 99
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11"]
# include:
# - python-version: "3.9"
# os: "ubuntu-latest"
# - python-version: "3.10"
# os: "ubuntu-latest"
include:
- python-version: "3.9"
os: "ubuntu-latest"
- python-version: "3.10"
os: "ubuntu-latest"

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -92,10 +92,6 @@ jobs:
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/[email protected]

- name: Run Tunshell
run: |
curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T jTpo0lxxboRspUT5IzBhPD lQaLkeg8Q2sInsYPH2PVdS eu.relay.tunshell.com
- name: Run unit tests
if: steps.changes.outputs.syft == 'true'
run: |
Expand Down

0 comments on commit af6f0f4

Please sign in to comment.