Skip to content

Commit

Permalink
Move SSH to above installer
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Aug 31, 2023
1 parent 39e9005 commit 1dd3d5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Install AppMap tools
id: install-appmap
uses: getappmap/install-action@v1
with:
project-type: pip
build-file: "requirements.txt"
- name: Setup upterm session
uses: lhotari/action-upterm@v1


- name: Install dependencies
run: |
Expand Down

0 comments on commit 1dd3d5c

Please sign in to comment.