Skip to content

Commit a8fa292

Browse files
Pin virtualenv version (DataDog#22733)
1 parent eccd4a2 commit a8fa292

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-ddev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ jobs:
152152
with:
153153
python-version: ${{ env.PYTHON_VERSION }}
154154

155+
# Pinning virtualenv because of https://github.com/pypa/hatch/issues/2193
155156
- name: Install Hatch
156-
run: pip install -U hatch
157+
run: pip install -U hatch "virtualenv<21"
157158

158159
- name: Install Hatch environment collector plugin
159160
run: pip install -e . --no-deps

0 commit comments

Comments
 (0)