Skip to content

Commit

Permalink
Merge pull request #99 from consideRatio/pr/fix-pin
Browse files Browse the repository at this point in the history
ci: fix pin of requests in release.yaml
  • Loading branch information
GeorgianaElena authored May 22, 2024
2 parents 4c5901a + 1a24e0a commit 8e1762c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:

- name: Install chart publishing dependencies (chartpress, pyyaml, helm)
run: |
# FIXME: remove this pin, and the one in dev-requirements.txt
pip install requests==2.31.0
pip install chartpress pyyaml
pip list
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ yamllint

# FIXME: We pin requests as docker-py breaks when using 2.32.0, see
# https://github.com/docker/docker-py/issues/3256.
# When removing this, also remove the pin in release.yaml.
requests==2.31.0

0 comments on commit 8e1762c

Please sign in to comment.