Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 4, 2024
1 parent 6db2ad2 commit 5544f1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
cd external-repo
python -m pip install .
- name: Print path to local dev install of library
run: |
python -m venv venv
pip list | grep PyCompositeActionLib
- name: Install project dependencies
run: |
source venv/bin/activate
Expand Down

0 comments on commit 5544f1c

Please sign in to comment.