Skip to content

Commit

Permalink
wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent 822c966 commit eb2964d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
ls -R /tmp/extracted/ace-0.9.34
echo "seeing if symlink"
file /tmp/extracted/ace-0.9.34/ace
echo "last check"
ls -l /tmp/extracted/ace-0.9.34
echo "about to mv"
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 eb2964d

Please sign in to comment.