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

Commit bff8461

Browse files
committed
update syntax
1 parent 9e2f430 commit bff8461

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: ${{ vars.DOCS_PYTHON }}
45+
python-version: "${{ vars.DOCS_PYTHON }}"
4646
cache: 'pip'
4747
- name: Install nox.
4848
run: python -m pip install nox

0 commit comments

Comments
 (0)