Skip to content

Commit

Permalink
fix: bump poetry version for CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo committed May 31, 2023
1 parent 688f1f8 commit c60092c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fetch-depth: 0

- name: Install poetry
run: pip install poetry==1.1.12
run: pip install poetry==1.5.1

- name: Install code
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.8

- name: Install poetry
run: pip install poetry==1.1.12
run: pip install poetry==1.5.1

- name: Install code
run: poetry install
Expand Down

0 comments on commit c60092c

Please sign in to comment.