Skip to content

Commit 3ce7364

Browse files
committed
install pip
1 parent b35de77 commit 3ce7364

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/experiment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: |
7272
cd ${{ matrix.package }}
7373
export NOX_DEFAULT_VENV_BACKEND=uv
74+
export UV_VENV_SEED=1
75+
VIRTUALENV_SEED: "true"
7476
uvx --with 'nox[uv]' nox -s lint mypy lint_setup_py
7577
7678
# ==========================================
@@ -96,6 +98,8 @@ jobs:
9698
run: |
9799
cd ${{ matrix.package }}
98100
export NOX_DEFAULT_VENV_BACKEND=uv
101+
export UV_VENV_SEED=1
102+
VIRTUALENV_SEED: "true"
99103
uvx --with 'nox[uv]' nox -s docs docfx
100104
101105
# ==========================================
@@ -123,6 +127,8 @@ jobs:
123127
run: |
124128
cd ${{ matrix.package }}
125129
export NOX_DEFAULT_VENV_BACKEND=uv
130+
export UV_VENV_SEED=1
131+
VIRTUALENV_SEED: "true"
126132
127133
# 3-Attempt retry loop to mask legacy flaky tests
128134
for i in 1 2 3; do

0 commit comments

Comments
 (0)