Skip to content

Commit

Permalink
confused
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent a5d65ad commit 822c966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
ls -R /tmp/extracted
echo "now ls -R inner folder"
ls -R /tmp/extracted/ace-0.9.34
echo "seeing if symlink"
file /tmp/extracted/ace-0.9.34/ace
sudo mv /tmp/extracted/ace-0.9.34/ace $PWD/venv/bin/ace
which ace || "first try didn't work"
ls -l /tmp/extracted/ace-0.9.34
sudo mv /tmp/extracted/ace-0.9.34/ace venv/bin/ace
which ace || "second try didn't work"
echo "THIS IS THE BIN INCOMING"
Expand Down

0 comments on commit 822c966

Please sign in to comment.