From 010fc62be107476973d459b1e1c836a4bc580260 Mon Sep 17 00:00:00 2001 From: colon3ltocard <36170699+colon3ltocard@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:24:44 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d54d30c..f1571db 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -13,8 +13,9 @@ permissions: contents: read jobs: - build: - + tests: + env: + PYTHONPATH: '.' runs-on: ubuntu-latest steps: @@ -29,7 +30,5 @@ jobs: pip install -r requirements.txt pip install -r requirements_test.txt - name: Test with pytest - env: - PYTHONPATH: '.' run: | pytest