Skip to content

Commit

Permalink
poetry version 1.4.0 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRalli committed Mar 27, 2023
1 parent 3aebcbc commit d636db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Poetry install package
run: |
# poetry 1.4.1 has problems with debugpy for some reason.
pip install poetry == 1.4.0
pip install poetry==1.4.0
poetry install
- name: Linting
run: |
Expand Down

0 comments on commit d636db8

Please sign in to comment.