File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 python-version : 3.x
2020 - name : Install dependencies
21- run : pip install --upgrade pip hatch uv
21+ run : pip install hatch
2222 - name : Configure Git
2323 run : |
2424 git config user.name github-actions
Original file line number Diff line number Diff line change 1818 with :
1919 python-version : 3.x
2020 - name : Install dependencies
21- run : pip install --upgrade pip hatch uv
21+ run : pip install hatch
2222 - name : Configure Git
2323 run : |
2424 git config user.name github-actions
Original file line number Diff line number Diff line change 1717 with :
1818 python-version : " 3.x"
1919 - name : Install dependencies
20- run : pip install --upgrade pip hatch uv
20+ run : pip install hatch
2121 - name : Build Package
2222 run : hatch build --clean
2323 - name : Publish to PyPI
Original file line number Diff line number Diff line change 2222 with :
2323 python-version : 3.x
2424 - name : Install Python Dependencies
25- run : pip install --upgrade pip hatch uv
25+ run : pip install hatch
2626 # DISABLED DUE TO DJANGO DOCS CONSTANTLY THROWING 429 ERRORS
2727 # - name: Check documentation links
2828 # run: hatch run docs:linkcheck
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : 3.x
2222 - name : Install Python Dependencies
23- run : pip install --upgrade pip hatch uv
23+ run : pip install hatch
2424 - name : Run Tests
2525 run : hatch run javascript:check
Original file line number Diff line number Diff line change 2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Install Python Dependencies
31- run : pip install --upgrade pip hatch uv
31+ run : pip install hatch
3232 - name : Run Single DB Tests
3333 run : hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_${{matrix.settings-module}} -v
3434
4343 with :
4444 python-version : 3.x
4545 - name : Install Python Dependencies
46- run : pip install --upgrade pip hatch uv
46+ run : pip install hatch
4747 - name : Check Python formatting
4848 run : hatch fmt src tests --check
4949
5858 with :
5959 python-version : 3.x
6060 - name : Install Python Dependencies
61- run : pip install --upgrade pip hatch uv
61+ run : pip install hatch
6262 - name : Run Python type checker
6363 run : hatch run python:type_check
You can’t perform that action at this time.
0 commit comments