From 953113392081dbd2692ad082e4e79b5b287c0a58 Mon Sep 17 00:00:00 2001 From: Giovanni Pizzi Date: Wed, 14 Feb 2024 13:02:04 +0100 Subject: [PATCH] Adding back tests before deployment --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |