Skip to content

Commit 1e05c67

Browse files
committed
trying withouot /Users/alexcassell/Desktop/CLMS/LING600/matrix
1 parent eb2964d commit 1e05c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "last check"
7474
ls -l /tmp/extracted/ace-0.9.34
7575
echo "about to mv"
76-
sudo mv /tmp/extracted/ace-0.9.34/ace $PWD/venv/bin/ace
76+
sudo mv /tmp/extracted/ace-0.9.34/ace /venv/bin/ace
7777
which ace || "first try didn't work"
7878
sudo mv /tmp/extracted/ace-0.9.34/ace venv/bin/ace
7979
which ace || "second try didn't work"

0 commit comments

Comments
 (0)