Skip to content

Commit 7073d7f

Browse files
committed
no-binary test
Signed-off-by: Tommy Hughes <[email protected]>
1 parent 8c91796 commit 7073d7f

File tree

2 files changed

+3
-1259
lines changed

2 files changed

+3
-1259
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ lock-python-dependencies-all:
7575
# Remove all existing requirements because we noticed the lock file is not always updated correctly.
7676
# Removing and running the command again ensures that the lock file is always up to date.
7777
rm -rf sdk/python/requirements/* 2>/dev/null || true
78-
pixi run --environment $(call get_env_name,3.11) --manifest-path infra/scripts/pixi/pixi.toml \
79-
"uv pip compile -p 3.11 --no-strip-extras setup.py --extra pandas \
80-
--generate-hashes --output-file sdk/python/requirements/py3.11-pandas-requirements.txt" && \
8178
$(foreach ver,$(PYTHON_VERSIONS),\
8279
pixi run --environment $(call get_env_name,$(ver)) --manifest-path infra/scripts/pixi/pixi.toml \
8380
"uv pip compile -p $(ver) --no-strip-extras setup.py --extra build \
@@ -120,6 +117,9 @@ lock-python-dependencies-all:
120117
"uv pip compile -p $(ver) --no-strip-extras setup.py \
121118
--generate-hashes --output-file sdk/python/requirements/py$(ver)-requirements.txt" && \
122119
) true
120+
# pixi run --environment $(call get_env_name,3.11) --manifest-path infra/scripts/pixi/pixi.toml \
121+
# "uv pip compile -p 3.11 --no-strip-extras setup.py --extra pandas \
122+
# --generate-hashes --output-file sdk/python/requirements/py3.11-pandas-requirements.txt" && \
123123
124124

125125
compile-protos-python:

0 commit comments

Comments
 (0)