File tree 6 files changed +7
-25
lines changed
6 files changed +7
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
python-version : ${{ matrix.python-version }}
25
25
cache : " pip"
26
26
27
- - name : Upgrade pip
28
- run : |
29
- pip install --constraint=.github/workflows/constraints.txt pip
30
- pip --version
31
-
32
27
- name : Install UV
33
28
uses : astral-sh/setup-uv@v5
34
29
Original file line number Diff line number Diff line change 24
24
python-version : ${{ matrix.python-version }}
25
25
cache : " pip"
26
26
27
- - name : Upgrade pip
28
- run : |
29
- pip install --constraint=.github/workflows/constraints.txt pip
30
- pip --version
31
-
32
27
- name : Install UV
33
28
uses : astral-sh/setup-uv@v5
34
29
Original file line number Diff line number Diff line change 25
25
with :
26
26
python-version : " 3.13"
27
27
28
- - name : Upgrade pip
28
+ - name : Install UV dependencies
29
29
run : |
30
- pip install --constraint=.github/workflows/constraints.txt pip
31
- pip --version
32
-
33
- - name : Install Hatch
34
- run : |
35
- pip install --constraint=.github/workflows/hatch-constraints.txt hatch
36
- hatch --version
30
+ uv sync --all-extras --frozen
37
31
38
32
- name : Install UV
39
33
uses : astral-sh/setup-uv@v5
Original file line number Diff line number Diff line change 29
29
python-version : ${{ matrix.python-version }}
30
30
cache : " pip"
31
31
32
- - name : Upgrade pip
33
- run : |
34
- pip install --constraint=.github/workflows/constraints.txt pip
35
- pip --version
36
-
37
32
- name : Install UV
38
33
uses : astral-sh/setup-uv@v5
39
34
Original file line number Diff line number Diff line change @@ -141,6 +141,11 @@ palette = {scheme = "isort"}
141
141
requires = [" hatchling" , " hatch-vcs" ]
142
142
build-backend = " hatchling.build"
143
143
144
+ [dependency-groups ]
145
+ dev = [
146
+ " hatch>=1.14.0" ,
147
+ ]
148
+
144
149
[tool .mypy ]
145
150
python_version = 3.9
146
151
strict = true
You can’t perform that action at this time.
0 commit comments