Skip to content

Commit

Permalink
install root package when testing minimal application
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Mar 25, 2023
1 parent d5a6564 commit 36f337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- name: Install App Dependencies
run: poetry install --no-interaction --no-root --only main
run: poetry install --no-interaction --only main
- name: Install Test Dependencies
run: poetry run python -m pip install pytest pytest-asyncio httpx trio
- name: Set pythonpath
Expand Down

0 comments on commit 36f337a

Please sign in to comment.