Skip to content

Commit

Permalink
CI: Replace old python 3.7 and fix prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Dec 16, 2024
1 parent 5824796 commit e3d910c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: ["3.7", "3.13"]
python-version: ["3.9", "3.13"]
exclude:
- os: macos-latest
python-version: "3.7"
python-version: "3.9"
- os: windows-latest
python-version: "3.7"
python-version: "3.9"

steps:
- name: Cache Geant4 install
Expand Down Expand Up @@ -138,9 +138,9 @@ jobs:
shell: bash
run: |
echo "${{ github.workspace }}/${{ env.GEANT4_INSTALL_DIR }}/bin" >> $GITHUB_PATH
echo "${{ github.workspace }}/${{ env.XERCES_C_INSTALL_DIR }}/bin" >> $GITHUB_PATH
echo "HOME=${{ github.workspace }}" >> $GITHUB_ENV
echo "CMAKE_ARGS=-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded" >> $GITHUB_ENV
echo "CMAKE_PREFIX_PATH=${{ github.workspace }}/${{ env.XERCES_C_INSTALL_DIR }}" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e3d910c

Please sign in to comment.