Skip to content

Commit

Permalink
List python install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Feb 22, 2023
1 parent d0012cd commit 05e0409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commcare-android-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
- name: List python
run: |
pip list
- name: Run cross request script
run: |
python3 checkout_cross_request_repo.py commcare-android ${{env.PR_NUM}} commcare-core
Expand Down

0 comments on commit 05e0409

Please sign in to comment.