Skip to content

Commit

Permalink
Getting GitHub actions wo work in examples folder (part 4).
Browse files Browse the repository at this point in the history
  • Loading branch information
olavolav committed Nov 23, 2024
1 parent 3d2e216 commit 15b04c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ jobs:
run: poetry install --no-interaction --no-root

- name: Run test script
run: |
echo "TEST TEST TEST ..."
echo $PYTHONPATH
PYTHONPATH=".:.uniplot" poetry run ./run_tests.sh
run: PYTHONPATH=".:.uniplot" poetry run ./run_tests.sh

0 comments on commit 15b04c7

Please sign in to comment.