Skip to content

Commit

Permalink
fix: bump poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackgeo committed May 31, 2023
1 parent c0012c9 commit c3558a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
key: ${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tests/requirements.txt') }}

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

- name: Install code
run: poetry install
run: poetry install --no-update

- name: Lint
run: make lint
Expand Down

0 comments on commit c3558a7

Please sign in to comment.