Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 10, 2024
1 parent 1ce2b2d commit 48edfae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
- name: Install dependencies with pip
run: |
cd kuksa-client
ls -R
pip install -r requirements.txt -e .
pip install -r test-requirements.txt -e .
- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions kuksa-client/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dill==0.3.8
# via pylint
exceptiongroup==1.2.1
# via pytest
grpcio==1.64.1
grpcio==1.66.1
# via grpcio-tools
grpcio-tools==1.64.1
grpcio-tools==1.66.1
# via kuksa_client (setup.cfg)
iniconfig==2.0.0
# via pytest
Expand All @@ -38,7 +38,7 @@ pluggy==1.5.0
# via pytest
ply==3.11
# via jsonpath-ng
protobuf==5.27.1
protobuf==5.27.2
# via grpcio-tools
pygments==2.18.0
# via kuksa_client (setup.cfg)
Expand Down

0 comments on commit 48edfae

Please sign in to comment.