mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 14:25:01 +01:00
.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:
parent
ad6d18697f
commit
7ed52b703a
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user