Skip to content

Commit

Permalink
chore: urllib3's request body not stripped after redirect from 303 st… (
Browse files Browse the repository at this point in the history
#59)

* chore: urllib3's request body not stripped after redirect from 303 status changes request method to GET

* fix: update poetry 1.6.1

* fix: ChefBuildError
  • Loading branch information
datnguye authored Oct 29, 2023
1 parent b6d2bd2 commit fea98db
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 324 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

- name: Install dependencies
run: |
pip install "poetry~=1.4.0"
pip install "poetry~=1.6.1"
poetry config installer.max-workers 1 # fix ChefBuildError
poetry config virtualenvs.in-project true
- name: Cache the virtualenv
Expand Down
Loading

0 comments on commit fea98db

Please sign in to comment.