File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 fail-fast : false
2727 matrix :
2828 os : [windows-latest, macos-latest, ubuntu-latest]
29- python-version : ["3.7 ", "3.13"]
29+ python-version : ["3.9 ", "3.13"]
3030 exclude :
3131 - os : macos-latest
32- python-version : " 3.7 "
32+ python-version : " 3.9 "
3333 - os : windows-latest
34- python-version : " 3.7 "
34+ python-version : " 3.9 "
3535
3636 steps :
3737 - name : Cache Geant4 install
@@ -141,6 +141,7 @@ jobs:
141141 echo "${{ github.workspace }}/${{ env.XERCES_C_INSTALL_DIR }}/bin" >> $GITHUB_PATH
142142 echo "HOME=${{ github.workspace }}" >> $GITHUB_ENV
143143 echo "CMAKE_ARGS=-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded" >> $GITHUB_ENV
144+ echo "DCMAKE_PREFIX_PATH=${{ github.workspace }}/${{ env.XERCES_C_INSTALL_DIR }}" >> $GITHUB_ENV
144145
145146 - uses : actions/checkout@v4
146147 with :
You can’t perform that action at this time.
0 commit comments