chore: fix GHA minversions sed

This commit is contained in:
Éloi Rivard 2024-05-08 09:41:53 +02:00
parent 799f4937f2
commit 1bf26a8402
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -62,7 +62,7 @@ jobs:
- name: App armor configuration for slapd
if: ${{ !env.ACT }}
run: sudo aa-complain /usr/sbin/slapd
- run: sed -i -E 's/"(\^|>=)([0-9\.]+)(.*)"/"==\2"/' pyproject.toml
- run: sed -i -E 's/"(\^|>=)([0-9\.]+)([^,]*)"/"==\2"/' pyproject.toml
- run: sed -i -E 's/python = "==/python = "^/' pyproject.toml
- name: Install dependencies and run tests
run: |