From 9b71005333457f0add10ab7ce3ca7af5d9fa1480 Mon Sep 17 00:00:00 2001 From: provinzkraut <25355197+provinzkraut@users.noreply.github.com> Date: Sat, 4 Feb 2023 17:23:36 +0100 Subject: [PATCH] add missing trio dependency --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b1711be1eb..a6e81fe357 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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