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

Commit eeac9c7

Browse files
committed
update syntax
1 parent 1ee1627 commit eeac9c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
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: ${{ DOCS_PYTHON }}
5555
cache: 'pip'
5656
- name: Install nox.
5757
run: python -m pip install nox
@@ -140,10 +140,10 @@ jobs:
140140
run: |
141141
sudo mkdir -p /tmp/workspace/tests/cert/
142142
sudo chown -R ${USER} /tmp/workspace/
143-
- name: Set up Python ${NEWEST_STABLE_PYTHON}
143+
- name: Set up Python ${{NEWEST_STABLE_PYTHON}}
144144
uses: actions/setup-python@v5
145145
with:
146-
python-version: ${NEWEST_STABLE_PYTHON}
146+
python-version: ${{NEWEST_STABLE_PYTHON}}
147147
cache: 'pip'
148148
- name: Copy mtls files
149149
run: cp tests/cert/mtls.* /tmp/workspace/tests/cert/

0 commit comments

Comments
 (0)