Skip to content

Commit

Permalink
Add types-protobuf back to dev-requirements.in and remove `dev-re…
Browse files Browse the repository at this point in the history
…quirements.txt` file

Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Nov 22, 2024
1 parent 66d346b commit 9491b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 567 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
# This path is specific to Ubuntu
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements files
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.txt', format('plugins/{0}/requirements.txt', matrix.plugin-names ))) }}
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.in', format('plugins/{0}/requirements.txt', matrix.plugin-names ))) }}
- name: Install dependencies
run: |
pip install uv
Expand Down
3 changes: 3 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ ipykernel

orjson
kubernetes>=12.0.1

# protobuf type stubs are shipped separate from the protobuf package
types-protobuf
Loading

0 comments on commit 9491b42

Please sign in to comment.