Skip to content

Commit

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

0 comments on commit 3aebcbc

Please sign in to comment.