diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bdf2cd2..6e3144a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,8 @@ jobs: python-version: '3.x' - name: Install pip and pytest run: | - python -m pip install --upgrade pip - pip install pytest pytest-cov + apt-get install -y python3-pip --fix-missing + apt-get install -y python3-pytest pip install -r docker/requirements.txt - name: Test with pytest diff --git a/docker/requirements.txt b/docker/requirements.txt index 207cc9d..61dd5d4 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -2,4 +2,5 @@ requests aiohttp asyncio python-dateutil -verboselogs \ No newline at end of file +verboselogs +pytest-asyncio \ No newline at end of file