File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : 3.x
20
20
- name : Install dependencies
21
- run : pip install --upgrade pip hatch uv
21
+ run : pip install hatch
22
22
- name : Configure Git
23
23
run : |
24
24
git config user.name github-actions
Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : 3.x
20
20
- name : Install dependencies
21
- run : pip install --upgrade pip hatch uv
21
+ run : pip install hatch
22
22
- name : Configure Git
23
23
run : |
24
24
git config user.name github-actions
Original file line number Diff line number Diff line change 17
17
with :
18
18
python-version : " 3.x"
19
19
- name : Install dependencies
20
- run : pip install --upgrade pip hatch uv
20
+ run : pip install hatch
21
21
- name : Build Package
22
22
run : hatch build --clean
23
23
- name : Publish to PyPI
Original file line number Diff line number Diff line change 22
22
with :
23
23
python-version : 3.x
24
24
- name : Install Python Dependencies
25
- run : pip install --upgrade pip hatch uv
25
+ run : pip install hatch
26
26
# DISABLED DUE TO DJANGO DOCS CONSTANTLY THROWING 429 ERRORS
27
27
# - name: Check documentation links
28
28
# run: hatch run docs:linkcheck
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : 3.x
22
22
- name : Install Python Dependencies
23
- run : pip install --upgrade pip hatch uv
23
+ run : pip install hatch
24
24
- name : Run Tests
25
25
run : hatch run javascript:check
Original file line number Diff line number Diff line change 28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install Python Dependencies
31
- run : pip install --upgrade pip hatch uv
31
+ run : pip install hatch
32
32
- name : Run Single DB Tests
33
33
run : hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_${{matrix.settings-module}} -v
34
34
43
43
with :
44
44
python-version : 3.x
45
45
- name : Install Python Dependencies
46
- run : pip install --upgrade pip hatch uv
46
+ run : pip install hatch
47
47
- name : Check Python formatting
48
48
run : hatch fmt src tests --check
49
49
58
58
with :
59
59
python-version : 3.x
60
60
- name : Install Python Dependencies
61
- run : pip install --upgrade pip hatch uv
61
+ run : pip install hatch
62
62
- name : Run Python type checker
63
63
run : hatch run python:type_check
You can’t perform that action at this time.
0 commit comments