diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 845b87a..bfe2de0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,6 @@ jobs: - name: Install pip and pytest run: | sudo apt-get install -y python3-pip --fix-missing - sudo apt-get install -y python3-pytest sudo pip install -r docker/requirements.txt - name: Test with pytest diff --git a/docker/requirements.txt b/docker/requirements.txt index 61dd5d4..a0a5137 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,4 +3,5 @@ aiohttp asyncio python-dateutil verboselogs +pytest pytest-asyncio \ No newline at end of file