Skip to content

Commit

Permalink
Try explicitly adding to PYTHONPATH so Python will find modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Apr 24, 2024
1 parent 424652a commit f32d814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_release.yml
Expand Up @@ -158,5 +158,8 @@ jobs:
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Add Package Test Dir to PYTHONPATH
run: echo "PYTHONPATH=checkout/scripts/package_tests" >> $GITHUB_ENV

- name: Run Package Tests
run: python checkout/scripts/package_tests/runner.py --verbose ${{ matrix.test_key }} package/

0 comments on commit f32d814

Please sign in to comment.