Skip to content

Commit 8ac8662

Browse files
CI: cp39 instead of cp37 and add xerces-c to prefix path
1 parent 5824796 commit 8ac8662

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)