Skip to content

Commit

Permalink
ci: add poetry to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent ebd7c96 commit 45c6725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Force correct branch on workflow sha
run: git checkout -B ${{ github.ref_name }} ${{ github.sha }}

- name: Install Poetry
run: pipx install poetry

- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -46,6 +49,9 @@ jobs:
with:
ref: ${{ github.sha }}

- name: Install Poetry
run: pipx install poetry

- name: Force correct branch on workflow sha
run: git checkout -B ${{ github.ref_name }} ${{ github.sha }}

Expand Down

0 comments on commit 45c6725

Please sign in to comment.