diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 801262e..054f1cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,9 +28,9 @@ jobs: python -m pip install \ -r ./src/requirements.txt \ -r ./tests/requirements.txt - #- name: Test with pytest - # run: | - # PYTHONPATH=src/ pytest -v + - name: Test with pytest + run: | + PYTHONPATH=src/ pytest -v - name: Build GH pages run: |