Skip to content

Commit cb435fe

Browse files
authored
Merge pull request #2418 from DanielNoord/random-cleanup
Small cleanup for developer environment
2 parents 1819ecc + 0f208ab commit cb435fe

File tree

8 files changed

+1226
-1218
lines changed

8 files changed

+1226
-1218
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v6
2828
with:
2929
enable-cache: true
30-
version: ">=0.6.0"
30+
version-file: "pyproject.toml"
3131

3232
- name: Install dependencies
3333
run: uv sync --all-extras --frozen

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: astral-sh/setup-uv@v6
2828
with:
2929
enable-cache: true
30-
version: ">=0.6.0"
30+
version-file: "pyproject.toml"
3131

3232
- name: Install dependencies
3333
run: uv sync --all-extras --frozen

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install UV
2626
uses: astral-sh/setup-uv@v6
2727
with:
28-
version: ">=0.6.0"
28+
version-file: "pyproject.toml"
2929

3030
- name: Build package
3131
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install UV
2929
uses: astral-sh/setup-uv@v6
3030
with:
31-
version: ">=0.6.0"
31+
version-file: "pyproject.toml"
3232

3333
- name: Install dependencies
3434
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: astral-sh/setup-uv@v6
3333
with:
3434
enable-cache: true
35-
version: ">=0.6.0"
35+
version-file: "pyproject.toml"
3636

3737
- name: Install dependencies
3838
run: uv sync --all-extras --frozen

.pymon

-112 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ dev = [
154154
"types-colorama>=0.4.2",
155155
"types-setuptools>=70.0.0.20240523",
156156
"types-toml>=0.1.3",
157+
"uv>=0.8.23",
157158
"vulture>=1.0",
158159
]
159160

uv.lock

Lines changed: 1220 additions & 1213 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)