Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 3df23ba

Browse files
committed
update syntax
1 parent 6aac984 commit 3df23ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ jobs:
394394
runs-on: ubuntu-latest
395395
steps:
396396
- uses: actions/checkout@v4
397-
- name: Set up Python ${PRERELEASE_PYTHON}
397+
- name: Set up Python ${{ vars.PRERELEASE_PYTHON }}
398398
uses: actions/setup-python@v5
399399
with:
400-
python-version: ${PRERELEASE_PYTHON}
400+
python-version: ${{ vars.PRERELEASE_PYTHON }}
401401
cache: 'pip'
402402
- name: Install nox.
403403
run: |

0 commit comments

Comments
 (0)