We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d43d08 commit c797f9bCopy full SHA for c797f9b
1 file changed
scripts/utils/templates/workflow.yml
@@ -74,7 +74,9 @@ jobs:
74
python-version: ${{ matrix.python-version }}
75
76
- name: Install Hatch
77
- run: pip install --upgrade hatch
+ run: |
78
+ python -m pip install --upgrade pip
79
+ pip install hatch --uploaded-prior-to=P1D
80
- name: Lint
81
if: matrix.python-version == '3.10' && runner.os == 'Linux'
82
run: hatch run fmt-check && hatch run test:types
0 commit comments