Skip to content

Commit 569558e

Browse files
committed
no_msg
Signed-off-by: taieeuu <taieeuu@gmail.com>
1 parent cf442e6 commit 569558e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ jobs:
271271
AWS_ACCESS_KEY_ID: minio
272272
AWS_SECRET_ACCESS_KEY: miniostorage
273273
run: |
274-
uv pip install grpcio-health-checking
275-
uv pip install grpcio-tools
276-
uv pip install grpcio
274+
pip show grpcio-health-checking
275+
pip show grpcio-tools
276+
pip show grpcio
277277
make ${{ matrix.makefile-cmd }}
278278
- name: Codecov
279279
uses: codecov/codecov-action@v3.1.0

0 commit comments

Comments
 (0)