Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent 68f013c commit 3d61049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
source venv/bin/activate
TAR_URL="https://sweaglesw.org/linguistics/ace/download/ace-0.9.34-x86-64.tar.gz"
curl -L $TAR_URL -o /tmp/file.tar.gz
mkdir -p /tmp/file.tar.gz -C /tmp/extracted
mkdir -p /tmp/extracted
tar -xzvf /tmp/file.tar.gz -C /tmp/extracted
ls /tmp/extracted
ls venv/bin
export GITHUB_PATH=$GITHUB_PATH:$PWD/venv/bin
Expand Down

0 comments on commit 3d61049

Please sign in to comment.