We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eeb360 commit 7dfd6c9Copy full SHA for 7dfd6c9
.github/workflows/build.yml
@@ -17,10 +17,7 @@ jobs:
17
with:
18
python-version: ${{ matrix.python_version }}
19
- name: Install dependencies
20
- run: |
21
- python -m pip install --upgrade pip
22
- pip install hatch
23
- hatch env create
+ run: pipx install hatch
24
- name: Lint and typecheck
25
run: |
26
hatch run lint-check
@@ -50,9 +47,7 @@ jobs:
50
47
python-version: '3.11'
51
48
52
49
shell: bash
53
54
55
56
- name: mint API token
57
id: mint-token
58
0 commit comments