Skip to content

Commit

Permalink
changing github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwroge committed Oct 24, 2024
1 parent b3e22db commit 4c2570c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
# Modified test step to include PYTHONPATH
- name: Run tests
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)
export PYTHONPATH=$PYTHONPATH:$(pwd)
poetry run pytest -v --capture=no
test-frontend:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 4c2570c

Please sign in to comment.