Skip to content

Commit

Permalink
update ci set protobuf v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Xiafeng committed Jun 25, 2023
1 parent ae52678 commit 1ea2014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ jobs:
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install -e ${{ env.LIBAI_SRC}}
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install -e ${{ env.ONEFLOW_IREE_SRC}}
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install -e ${{ env.ONE_FX_SRC}}
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install -I protobuf==3.20.3
- name: Module API test (distributed)
timeout-minutes: 90
if: ${{ !fromJson(matrix.cache-hit) && matrix.test-type == 'module' && matrix.device == 'cuda' && fromJson(matrix.is-distributed) }}
Expand Down

0 comments on commit 1ea2014

Please sign in to comment.