Skip to content

Commit

Permalink
ssh for windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Jul 5, 2023
1 parent 1daaa4a commit 85fecf3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,24 +292,24 @@ jobs:
packages_dir: dist_opengate/
skip_existing: true

# ssh_session:
# runs-on: windows-latest
# needs: [build_wheel]
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: dist
# path: dist/
# - name: Set up Python 3.9
# uses: actions/setup-python@v4
# with:
# python-version: 3.9
# architecture: 'x64'
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# SSH_PASS: ${{ secrets.SSH_PASS }}
ssh_session:
runs-on: windows-latest
needs: [build_wheel]
steps:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist/
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
architecture: 'x64'
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}

test_wheel:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 85fecf3

Please sign in to comment.