Skip to content

Commit cb59ed7

Browse files
committed
Install poetry-plugin-export in github actions
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 85d194c commit cb59ed7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Install dependencies
2323
run: |
24-
dnf install -y pre-commit git krb5-devel openldap-devel
25-
pip install poetry>=1.2
24+
dnf install -y pre-commit git krb5-devel openldap-devel poetry python3-poetry-plugin-export
2625
- name: Mark the working directory as safe for Git
2726
run: git config --global --add safe.directory $PWD
2827
- name: Run tests
@@ -44,8 +43,7 @@ jobs:
4443
- uses: actions/checkout@v4
4544
- name: Install dependencies
4645
run: |
47-
dnf install -y pre-commit git krb5-devel openldap-devel
48-
pip install poetry>=1.2
46+
dnf install -y pre-commit git krb5-devel openldap-devel poetry python3-poetry-plugin-export
4947
- name: Mark the working directory as safe for Git
5048
run: git config --global --add safe.directory $PWD
5149
- name: Run tests

0 commit comments

Comments
 (0)