Skip to content

Commit

Permalink
Install Poetry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng authored Aug 15, 2024
1 parent a1ea861 commit f5a510c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4

- name: Install poetry
run: |
pipx install poetry
- name: Check lock file consistency
run: |
poetry lock --check
Expand Down

0 comments on commit f5a510c

Please sign in to comment.