Skip to content

Commit

Permalink
Debug with ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 0eee49c commit 2ea2a63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: python3 --version
- name: sudo PYTHON version
run: sudo -H -E env "PATH=$pythonLocation/bin:$PATH" python3 --version
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: AjayP13
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand Down

0 comments on commit 2ea2a63

Please sign in to comment.