Skip to content

Commit

Permalink
deps: Constrain python-poetry version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wenoptics committed Nov 9, 2023
1 parent 3a4e3a0 commit bbfb888
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 @@ -49,6 +49,8 @@ jobs:

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1

- name: Run Tests
run: |
Expand Down

0 comments on commit bbfb888

Please sign in to comment.