Skip to content

Commit

Permalink
Explicitely print traceon location
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 12, 2024
1 parent d0f02dc commit 727e228
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
pwd
ls
- name: Install the wheel
run: pip install traceon-*.whl
run: |
pip install traceon-*.whl
pip show traceon
- name: Checkout code
uses: actions/checkout@v3
- name: Run unit tests
Expand All @@ -104,7 +106,9 @@ jobs:
pwd
ls
- name: Install the wheel
run: pip install (get-item traceon-*.whl)
run: |
pip install (get-item traceon-*.whl)
pip show traceon
- name: Checkout code
uses: actions/checkout@v3
- name: Run unit tests
Expand Down

0 comments on commit 727e228

Please sign in to comment.