Skip to content

Commit

Permalink
ci: run poetry lock step
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jan 12, 2024
1 parent c85fe8f commit d514d4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install poetry
run: pip3 install poetry

- name: Run poetry lock
run: poetry lock --no-update

- name: Install dependencies
run: poetry export --dev -f requirements.txt | pip3 install -r /dev/stdin

Expand Down

0 comments on commit d514d4b

Please sign in to comment.