Skip to content

Commit 3014c63

Browse files
committed
hack around the version
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
1 parent cacaca1 commit 3014c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)