Skip to content

Commit

Permalink
List dir content
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Feb 22, 2023
1 parent 64d81dc commit fc74543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commcare-android-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
curl https://raw.githubusercontent.com/dimagi/mobile-deploy/master/requirements.txt -o requirements.txt
curl https://raw.githubusercontent.com/dimagi/mobile-deploy/master/checkout_cross_request_repo.py -o checkout_cross_request_repo.py
pwd
ls -l
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "requirements.txt"
path: "../requirements.txt"
- name: List python
run: |
pip list
Expand Down

0 comments on commit fc74543

Please sign in to comment.