Skip to content

Commit ed09ef3

Browse files
author
Alan Christie
committed
ci: Attempt to fix variable references
1 parent 15852d1 commit ed09ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: ${PYTHON_VERSION}
42+
python-version: $PYTHON_VERSION
4343
- name: Run pre-commit (all files)
4444
run: |
45-
pip install --no-cache-dir poetry==${POETRY_VERSION}
45+
pip install --no-cache-dir poetry==$POETRY_VERSION
4646
poetry install --no-root --no-directory --with docs
4747
poetry run pre-commit run --all-files
4848
- name: Docker build

0 commit comments

Comments
 (0)