mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
ci: Fix Python 3.10 version
The YAML spec interprets 3.10 as 3.1, hence we need to pass an explicit string value. I was aware of this problem, but still made this mistake.
This commit is contained in:
parent
bdba08ee4f
commit
e6b859d3b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- PYTHON_VERSION: 3.7
|
||||
- PYTHON_VERSION: 3.8
|
||||
- PYTHON_VERSION: 3.9
|
||||
- PYTHON_VERSION: 3.10
|
||||
- PYTHON_VERSION: "3.10"
|
||||
continue-on-error: ${{ matrix.continue-on-error == true }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue