Skip to content

Commit

Permalink
ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent 3fa5573 commit fa44aaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ jobs:
# create and activate a venv + install python deps into it, to workaround a deadsnakes + pip quirk
python${{ env.PYTHON }} -m venv .venv
source .venv/bin/activate
echo "$(pwd)/.venv/bin"
echo "ls venv"
ls $(pwd)/.venv
echo "ls bin"
ls $(pwd)/.venv/bin
ls does-not-exist
# manually add venv dirs to the path and env for later steps
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$(pwd)/venv/" >> $GITHUB_ENV
Expand Down

0 comments on commit fa44aaa

Please sign in to comment.