Skip to content

Commit bb3a1f0

Browse files
authored
GHA CI: Windows -- Add missing TRIK_PYTHONPATH in Tests step
Fix path handling and set TRIK_PYTHONPATH for Windows build.
1 parent ebf9325 commit bb3a1f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows_build_with_installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ jobs:
172172
run: |
173173
echo "$PATH"
174174
echo ------
175-
cd ${{ env.BUILD_DIR }}/bin
175+
cd "${{ env.BUILD_DIR }}/bin"
176+
export TRIK_PYTHONPATH=$(cygpath -w "${pythonLocation}/Lib")
176177
python "${{ github.workspace }}\buildScripts\tests\fieldstest.py" 2D-model.exe "${{ github.workspace }}\testing_small"
177178
178179
- name: Push binaries

0 commit comments

Comments
 (0)