Skip to content

Commit

Permalink
still looking for ace
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 10, 2024
1 parent 1d1166f commit 1a1276e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
python -m pip show pydelphin
python -m pip freeze
python -c "from delphin import ace; print('ace imported successfully')"
ls venv/bin
python -c "from delphin import ace; price(ace.__file__)"
which ace || echo "ace not found in PATH"
ace --help || echo "Unable to run ace as executable"
echo "$PWD/venv/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
which ace || echo "still not found"
# Run your tests that use ace
- name: Test
Expand Down

0 comments on commit 1a1276e

Please sign in to comment.