.github/workflows/pages.yml: quote Python version

Otherwise, in JSON, it gets interpreted as an integer (3.1).

See: https://github.com/actions/setup-python/issues/160
This commit is contained in:
Alan Orth 2022-01-06 14:02:13 +02:00
parent ad6d18697f
commit 7ed52b703a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
# 2022-01-06 this is currently an OK choice, but it will need to be
# updated eventually as the ecosystem moves. Keep in sync with the
# version in pyproject.toml.
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.4
- name: Install Python dependencies