We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfde877 commit 4940bbaCopy full SHA for 4940bba
1 file changed
.github/workflows/deploy-examples.yml
@@ -62,9 +62,6 @@ 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