Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix github ci command to instlal poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 17, 2024
1 parent 1fb5f21 commit f1bee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
run: make poetry-download
run: make poetry-install

- name: Set up cache
uses: actions/[email protected]
Expand Down

0 comments on commit f1bee68

Please sign in to comment.