Skip to content

Commit 15b38f7

Browse files
committed
update chunk to install pip
1 parent ce6aae1 commit 15b38f7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/experiment.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,15 @@ jobs:
6060

6161
- name: Execute Chunk
6262
run: |
63+
# The Engine: uv handles virtualenvs, nox delegates to uv
6364
export NOX_DEFAULT_VENV_BACKEND=uv
65+
66+
# The Fix: Forces uv to install `pip` in the venv so legacy `pip freeze` commands don't crash
67+
export UV_VENV_SEED=1
68+
69+
# Speed optimization: Pre-compile python bytecode
70+
export UV_COMPILE_BYTECODE=1
71+
6472
FAILED=0
6573
6674
for pkg in ${{ matrix.chunk }}; do

0 commit comments

Comments
 (0)