chore: fix gitlab minversions CI

This commit is contained in:
Éloi Rivard 2024-05-13 14:18:36 +02:00
parent 72931c1a0e
commit 8ecb325cdc
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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