diff options
| author | Alex <git@ajschof.me> | 2024-08-21 16:52:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 16:52:07 +0100 |
| commit | 6b508a7ebe8a4e7ee67edf003429ee8f0cc60c53 (patch) | |
| tree | 3f88559ea64d856eed3186395e5ca0bfb0a6a605 /.github | |
| parent | 7750b3b5196d7b0f4737496e1a77d700a8afe4d2 (diff) | |
| parent | 93a56e57daee737ae87be8f3174ad69ca16f7392 (diff) | |
| download | de-project-bentley-6b508a7ebe8a4e7ee67edf003429ee8f0cc60c53.tar.gz de-project-bentley-6b508a7ebe8a4e7ee67edf003429ee8f0cc60c53.zip | |
Merge pull request #87 from ajschofield/ci/add-pythonpath
pr: update dev-tests.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/dev-tests.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml index b64032e..443e03b 100644 --- a/.github/workflows/dev-tests.yml +++ b/.github/workflows/dev-tests.yml @@ -8,6 +8,9 @@ on: branches: - development +env: + PYTHONPATH: ${{ github.workspace }} + jobs: validate-and-test: environment: testing |
