Skip to content

Commit

Permalink
debugging venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcassell committed Nov 9, 2024
1 parent eac9990 commit faaa368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Test Python import
run: |
source venv/bin/activate
python -m pip show delphin
python -m pip freeze
python -c "from delphin import ace; print('ace imported successfully')"
# Run your tests that use ace
Expand Down

0 comments on commit faaa368

Please sign in to comment.