Skip to content

Commit 439f69c

Browse files
author
Alan Christie
committed
ci: Attempt to fix action env
1 parent ed09ef3 commit 439f69c

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: env.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==env.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)