We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64541c commit 63ce50cCopy full SHA for 63ce50c
1 file changed
.github/workflows/ci.yml
@@ -28,9 +28,7 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
- name: Install Hatch
30
run: |
31
- python -m pip install hatch==1.16.4
32
- - name: Upgrade virtual env
33
- run: pip install --upgrade virtualenv
+ python -m pip install hatch==1.15.0
34
- uses: webfactory/ssh-agent@v0.9.1
35
with:
36
ssh-private-key: ${{ secrets.SDK_KEY }}
0 commit comments