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

Commit 7cf70c4

Browse files
committed
update syntax
1 parent eeac9c7 commit 7cf70c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: ${{ DOCS_PYTHON }}
54+
python-version: ${{ vars.DOCS_PYTHON }}
5555
cache: 'pip'
5656
- name: Install nox.
5757
run: python -m pip install nox

0 commit comments

Comments
 (0)