Skip to content

Commit 2cb3a70

Browse files
committed
chore: downgrade virtualenv version
1 parent 9898fba commit 2cb3a70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ecr-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
uses: docker/setup-qemu-action@v3
4343
with:
4444
platforms: arm64
45+
- name: Install specific version of Virtual Env due to bug with hatch
46+
run: |
47+
python -m pip install virtualenv==20.39.0
4548
- name: Build distribution
4649
run: hatch build
4750
- name: Get version from __about__.py

0 commit comments

Comments
 (0)