Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent c08e938 commit a5d65ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
tar -xzvf /tmp/file.tar.gz -C /tmp/extracted
ls /tmp/extracted
chmod +x /tmp/extracted/ace-0.9.34/ace
echo "made it past chmod"
ls -R /tmp/extracted
echo "now ls -R inner folder"
ls -R /tmp/extracted/ace-0.9.34
sudo mv /tmp/extracted/ace-0.9.34/ace $PWD/venv/bin/ace
which ace || "first try didn't work"
sudo mv /tmp/extracted/ace-0.9.34/ace venv/bin/ace
Expand Down

0 comments on commit a5d65ad

Please sign in to comment.