Skip to content

Commit

Permalink
Run github action tests in poetry environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Mar 21, 2024
1 parent 6acd113 commit e588a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@v3
- run: docker compose build
- run: docker compose up -d
- run: docker compose exec -T app python runtests.py cantusdata.test.core
- run: docker compose exec -T app poetry run python runtests.py cantusdata.test.core

0 comments on commit e588a04

Please sign in to comment.