We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf9325 commit bb3a1f0Copy full SHA for bb3a1f0
1 file changed
.github/workflows/windows_build_with_installer.yml
@@ -172,7 +172,8 @@ jobs:
172
run: |
173
echo "$PATH"
174
echo ------
175
- cd ${{ env.BUILD_DIR }}/bin
+ cd "${{ env.BUILD_DIR }}/bin"
176
+ export TRIK_PYTHONPATH=$(cygpath -w "${pythonLocation}/Lib")
177
python "${{ github.workspace }}\buildScripts\tests\fieldstest.py" 2D-model.exe "${{ github.workspace }}\testing_small"
178
179
- name: Push binaries
0 commit comments