forked from Github-Mirrors/canaille
chore: fix GHA minversions sed
This commit is contained in:
parent
799f4937f2
commit
1bf26a8402
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue