Skip to content

Commit

Permalink
Install poetry-plugin-export in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard authored and renovate[bot] committed Jan 7, 2025
1 parent 087f237 commit ced56da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 699 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install RPM dependencies
run: dnf install -y poetry krb5-devel
run: dnf install -y poetry python3-poetry-plugin-export krb5-devel
- name: Mark the directory as safe for git
run: git config --global --add safe.directory $PWD
- name: Run tests
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install RPM dependencies
run: dnf install -y poetry krb5-devel
run: dnf install -y poetry python3-poetry-plugin-export krb5-devel
- name: Mark the directory as safe for git
run: git config --global --add safe.directory $PWD
- name: Run tests
Expand All @@ -70,7 +70,7 @@ jobs:
with:
RABBITMQ_TAG: "3-management-alpine"
- name: Install RPM dependencies
run: dnf install -y poetry krb5-devel
run: dnf install -y poetry python3-poetry-plugin-export krb5-devel
- name: Run integration tests
run: tox -e py${{ matrix.python }}-integration
strategy:
Expand Down
Loading

0 comments on commit ced56da

Please sign in to comment.