Skip to content

Commit

Permalink
Debug SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent dc4ca03 commit 02f872c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
run: |+
curl https://pyenv.run | bash;
export PATH="$HOME/.pyenv/bin:$PATH";
echo "PATH=$PATH" >> $GITHUB_ENV;
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: AjayP13
- name: Setup Python
uses: actions/setup-python@v5
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand Down

0 comments on commit 02f872c

Please sign in to comment.