Skip to content

Commit b54282f

Browse files
committed
printing paths
1 parent 3d61049 commit b54282f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,14 @@ jobs:
6363
mkdir -p /tmp/extracted
6464
tar -xzvf /tmp/file.tar.gz -C /tmp/extracted
6565
ls /tmp/extracted
66+
echo "THIS IS THE BIN INCOMING"
6667
ls venv/bin
6768
export GITHUB_PATH=$GITHUB_PATH:$PWD/venv/bin
6869
export PATH=$PATH:$PWD/venv/bin
70+
echo "github path===="
71+
echo GITHUB_PATH
72+
echo "path===="
73+
echo $PATH
6974
which ace || "STILL NOT FOUND"
7075
7176
# Run your tests that use ace

0 commit comments

Comments
 (0)