We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35de77 commit 3ce7364Copy full SHA for 3ce7364
1 file changed
.github/workflows/experiment.yaml
@@ -71,6 +71,8 @@ jobs:
71
run: |
72
cd ${{ matrix.package }}
73
export NOX_DEFAULT_VENV_BACKEND=uv
74
+ export UV_VENV_SEED=1
75
+ VIRTUALENV_SEED: "true"
76
uvx --with 'nox[uv]' nox -s lint mypy lint_setup_py
77
78
# ==========================================
@@ -96,6 +98,8 @@ jobs:
96
98
97
99
100
101
102
103
uvx --with 'nox[uv]' nox -s docs docfx
104
105
@@ -123,6 +127,8 @@ jobs:
123
127
124
128
125
129
130
131
126
132
133
# 3-Attempt retry loop to mask legacy flaky tests
134
for i in 1 2 3; do
0 commit comments