Skip to content

Commit

Permalink
Add some debug into github action
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588827311
Change-Id: I5ae19970ad86cea95febb6a0e665d4ecf7b1c61b
  • Loading branch information
jagapiou authored and copybara-github committed Dec 7, 2023
1 parent 631e8de commit 16a4ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-concordia/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ runs:
- name: Activate virtual environment
shell: bash
run: |
pwd
ls
source venv/bin/activate
pip list
echo "PATH=${PATH}" >> $GITHUB_ENV

0 comments on commit 16a4ad0

Please sign in to comment.