Skip to content

Commit

Permalink
printing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent 3d61049 commit b54282f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ jobs:
mkdir -p /tmp/extracted
tar -xzvf /tmp/file.tar.gz -C /tmp/extracted
ls /tmp/extracted
echo "THIS IS THE BIN INCOMING"
ls venv/bin
export GITHUB_PATH=$GITHUB_PATH:$PWD/venv/bin
export PATH=$PATH:$PWD/venv/bin
echo "github path===="
echo GITHUB_PATH
echo "path===="
echo $PATH
which ace || "STILL NOT FOUND"
# Run your tests that use ace
Expand Down

0 comments on commit b54282f

Please sign in to comment.