Skip to content

Commit

Permalink
more ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 30, 2023
1 parent 8c73c3f commit 31e136b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:

- name: Launch tests
run: |
PYTHONPATH=/home/weewx/bin python3 -m user.tests.test_eg
PYTHONPATH="bin:bin/user/tests" python3 test_eg.py
# PYTHONPATH=/home/weewx/bin python3 -m user.tests.test_eg
- name: Archive test-results
if: success() || failure()
Expand Down

0 comments on commit 31e136b

Please sign in to comment.