Skip to content

Commit

Permalink
Get latest AppMap tools and don't install the library
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Aug 31, 2023
1 parent 204ef35 commit 7e19fff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ 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"

install-appmap-library: false
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7e19fff

Please sign in to comment.