File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -408,12 +408,13 @@ jobs:
408408 run : |
409409 pip install uv
410410 # TODO: double-check if checking out all tags solves the issue
411- export SETUPTOOLS_SCM_PRETEND_VERSION="3.0.0 "
411+ export SETUPTOOLS_SCM_PRETEND_VERSION="1.999.999 "
412412 make setup-global-uv
413413 cd plugins/${{ matrix.plugin-names }}
414414 uv pip install --system .
415415 if [ -f dev-requirements.in ]; then uv pip install --system -r dev-requirements.in; fi
416416 # TODO: move to protobuf>=5. Github issue: https://github.com/flyteorg/flyte/issues/5448
417+ echo "Workspace: $GITHUB_WORKSPACE"
417418 uv pip install --system -U $GITHUB_WORKSPACE "protobuf<5" "git+https://github.com/flyteorg/flyte.git@master#subdirectory=flyteidl"
418419 # TODO: remove this when numpy v2 in onnx has been resolved
419420 if [[ ${{ matrix.plugin-names }} == *"onnx"* || ${{ matrix.plugin-names }} == "flytekit-sqlalchemy" || ${{ matrix.plugin-names }} == "flytekit-pandera" ]]; then
You can’t perform that action at this time.
0 commit comments