We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed09ef3 commit 439f69cCopy full SHA for 439f69c
.github/workflows/build.yaml
@@ -39,10 +39,10 @@ jobs:
39
- name: Set up Python
40
uses: actions/setup-python@v5
41
with:
42
- python-version: $PYTHON_VERSION
+ python-version: env.PYTHON_VERSION
43
- name: Run pre-commit (all files)
44
run: |
45
- pip install --no-cache-dir poetry==$POETRY_VERSION
+ pip install --no-cache-dir poetry==env.POETRY_VERSION
46
poetry install --no-root --no-directory --with docs
47
poetry run pre-commit run --all-files
48
- name: Docker build
0 commit comments