Skip to content

Commit 63ce50c

Browse files
committed
chore: revert hatch upgrade
1 parent e64541c commit 63ce50c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install Hatch
3030
run: |
31-
python -m pip install hatch==1.16.4
32-
- name: Upgrade virtual env
33-
run: pip install --upgrade virtualenv
31+
python -m pip install hatch==1.15.0
3432
- uses: webfactory/ssh-agent@v0.9.1
3533
with:
3634
ssh-private-key: ${{ secrets.SDK_KEY }}

0 commit comments

Comments
 (0)