Skip to content

Commit

Permalink
set up poetry in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Apr 18, 2024
1 parent 6aab5e9 commit edb980d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up poetry
uses: Gr1N/setup-poetry@v8
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit edb980d

Please sign in to comment.