forked from Github-Mirrors/canaille
chore: fix gitlab minversions CI
This commit is contained in:
parent
72931c1a0e
commit
8ecb325cdc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ minversions:
|
|||
image: python:3.9
|
||||
stage: test
|
||||
script:
|
||||
- sed -i -E 's/"(\^|>=)([0-9\.]+)(.*)"/"==\2"/' pyproject.toml
|
||||
- sed -i -E 's/"(\^|>=)([0-9\.]+)([^,]*)"/"==\2"/' pyproject.toml
|
||||
- sed -i -E 's/python = "==/python = "^/' pyproject.toml
|
||||
- poetry lock
|
||||
- poetry install --extras all
|
||||
|
|
Loading…
Reference in a new issue