We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d30c4 commit 0c1f8b9Copy full SHA for 0c1f8b9
1 file changed
.github/workflows/deploy-examples.yml
@@ -62,7 +62,9 @@ jobs:
62
63
- name: Install Hatch
64
run: pip install hatch
65
-
+ - name: Install specific version of Virtual Env due to bug with hatch
66
+ run: |
67
+ python -m pip install virtualenv==20.39.0
68
- name: Build examples
69
run: hatch run examples:build
70
0 commit comments