There was an error while loading. Please reload this page.
1 parent 05ce03c commit 83cb27eCopy full SHA for 83cb27e
1 file changed
.github/workflows/build-ddev.yml
@@ -193,7 +193,7 @@ jobs:
193
# picks up the fix from https://github.com/pypa/hatch/pull/2196 and now
194
# *requires* virtualenv>=21, so they must be bumped together.
195
- name: Install Hatch
196
- run: uv pip install --system "hatch==1.17.1" "virtualenv==21.7.1"
+ run: uv pip install --system "hatch==1.17.1" "virtualenv==21.7.3"
197
198
- name: Install Hatch environment collector plugin
199
run: uv pip install --system -e . --no-deps
0 commit comments