diff --git a/.github/workflows/build-test-publish-wheel.yml b/.github/workflows/build-test-publish-wheel.yml index 9fe2ff7b2e..36d0500c54 100644 --- a/.github/workflows/build-test-publish-wheel.yml +++ b/.github/workflows/build-test-publish-wheel.yml @@ -49,7 +49,7 @@ jobs: if: | !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.86.1 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.87.0 with: dry-run: true python-package: megatron.bridge @@ -63,6 +63,7 @@ jobs: no-build-isolation: true submodules: recursive container-options: "--gpus all --runtime=nvidia" + extra-no-build-isolation-packages: "grpcio-tools" secrets: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.SVC_PYPI_TEST_TOKEN }}