Skip to content

Commit 26e4cc9

Browse files
committed
chore: update ci.yml step name for virtual env install
1 parent 91c0e16 commit 26e4cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Hatch
3030
run: |
3131
python -m pip install hatch==1.15.0
32-
- name: Install Hatch
32+
- name: Install specific version of Virtual Env due to bug with hatch
3333
run: |
3434
python -m pip install virtualenv==20.39.0
3535
- uses: webfactory/ssh-agent@v0.9.1

0 commit comments

Comments
 (0)