Skip to content

Commit

Permalink
poetry version lock compatibility between CI and local
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCaseres committed Mar 23, 2024
1 parent 97d0c75 commit fe0f077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.1.15
poetry-version: 1.8.2
- name: Install requirements
run: poetry install
- name: Install requirements
Expand Down

0 comments on commit fe0f077

Please sign in to comment.