Skip to content

Commit

Permalink
add missing trio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Feb 4, 2023
1 parent 118ea80 commit 9b71005
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 @@ -25,7 +25,7 @@ jobs:
- name: Install App Dependencies
run: poetry install --no-interaction --no-root --only main
- name: Install Test Dependencies
run: poetry run python -m pip install pytest pytest-asyncio httpx
run: poetry run python -m pip install pytest pytest-asyncio httpx trio
- name: Set pythonpath
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
- name: Test
Expand Down

0 comments on commit 9b71005

Please sign in to comment.