Skip to content

Commit

Permalink
[CD/units-tests] removing debugging step using tunshell in workflow…
Browse files Browse the repository at this point in the history
… yaml file
  • Loading branch information
khoaguin committed Jun 28, 2024
1 parent a3498b5 commit 5f7598a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - name: Debugging uv on Windows
# if: matrix.os == 'windows-latest'
# run: |
# [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) T uh5gWdRyCSSAtrWTAvS6eK cygeISwqraV9tk46BWnwfu au.relay.tunshell.com
# Start-Sleep -Seconds 300

- name: Upgrade pip
if: steps.changes.outputs.syft == 'true'
run: |
Expand Down

0 comments on commit 5f7598a

Please sign in to comment.