diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 93b6909..1668b91 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -27,10 +27,6 @@ jobs: run: | python3 -m pip install --upgrade pip pip install -r requirements.txt - - - name: Run tests with pytest - run: | - pytest tests deploy: runs-on: ubuntu-20.04