From f1bb6667c4d152b264f81fcec833ff9e0cba4c7d Mon Sep 17 00:00:00 2001 From: Stephen Aylward Date: Fri, 24 Jul 2026 13:27:01 -0400 Subject: [PATCH] ENH: Update nightly runner to use a local install of python 3.13 --- .github/workflows/nightly-health.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-health.yml b/.github/workflows/nightly-health.yml index cf8a200..e29506d 100644 --- a/.github/workflows/nightly-health.yml +++ b/.github/workflows/nightly-health.yml @@ -55,10 +55,10 @@ jobs: run: nvidia-smi - name: Create venv in RUNNER_TEMP - # Python 3.11 is required because the [physicsnemo] extra pulls in + # Python 3.13 is required because the [physicsnemo] extra pulls in # nvidia-physicsnemo, which requires Python >= 3.11. run: | - & "C:\Users\saylward\AppData\Local\Programs\Python\Python311\python.exe" -m venv "$env:RUNNER_TEMP\physiotwin4d-venv" + & "C:\actions-runner\python-3.13.14-embed-amd64\python.exe" -m venv "$env:RUNNER_TEMP\physiotwin4d-venv" echo "$env:RUNNER_TEMP\physiotwin4d-venv\Scripts" >> $env:GITHUB_PATH - name: Cache uv packages @@ -154,10 +154,10 @@ jobs: # Artifact may be absent if health-tests was cancelled before upload. continue-on-error: true - - name: Set up Python 3.11 + - name: Set up Python 3.13 uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.13' - name: Build dashboard run: |