Skip to content

Commit 0c1f8b9

Browse files
committed
chore: temporary fix for virtualenv issue with hatch
1 parent 08d30c4 commit 0c1f8b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-examples.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262

6363
- name: Install Hatch
6464
run: pip install hatch
65-
65+
- name: Install specific version of Virtual Env due to bug with hatch
66+
run: |
67+
python -m pip install virtualenv==20.39.0
6668
- name: Build examples
6769
run: hatch run examples:build
6870

0 commit comments

Comments
 (0)