1 parent 94a3a13 commit 41f2f2dCopy full SHA for 41f2f2d
1 file changed
.github/workflows/ci.yaml
@@ -31,6 +31,7 @@ jobs:
31
python-version: ${{ env.PYTHON_VERSION }}
32
- name: Install Hatch
33
run: pipx install hatch==${{ env.HATCH_VERSION }}
34
+ - run: pip install "virtualenv==20.24.7"
35
- name: Lint
36
run: hatch fmt
37
0 commit comments