We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2964d commit 1e05c67Copy full SHA for 1e05c67
.github/workflows/python-test.yml
@@ -73,7 +73,7 @@ jobs:
73
echo "last check"
74
ls -l /tmp/extracted/ace-0.9.34
75
echo "about to mv"
76
- sudo mv /tmp/extracted/ace-0.9.34/ace $PWD/venv/bin/ace
+ sudo mv /tmp/extracted/ace-0.9.34/ace /venv/bin/ace
77
which ace || "first try didn't work"
78
sudo mv /tmp/extracted/ace-0.9.34/ace venv/bin/ace
79
which ace || "second try didn't work"
0 commit comments