Skip to content

Commit

Permalink
change poetry version to poetry==1.2.2
Browse files Browse the repository at this point in the history
  the reason for this change is to keep the old lock file format and
  avoid incompatibility with version in main of F1ashhimself/electricitybot

  later on version can be changed to 1.3.1 or any other later version
  (requrie changes in .github/workflows/app.yaml, Dockerfile and update
  version on local enviroment)

  python-poetry/poetry#6393
  • Loading branch information
yurnov committed Dec 14, 2022
1 parent 9c0775a commit 5479653
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install poetry
run: |
pip install poetry==1.3.1
pip install poetry==1.2.2
- name: Install dependencies
run: |
Expand Down

0 comments on commit 5479653

Please sign in to comment.