Skip to content

Commit 8d491d9

Browse files
committed
ci: install deps to .venv instead of system python
1 parent 7009dd5 commit 8d491d9

5 files changed

Lines changed: 263 additions & 265 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
permissions:
1313
contents: read
1414

15-
env:
16-
UV_SYSTEM_PYTHON: 1
17-
1815
jobs:
1916
lint:
2017
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lock:
2323

2424
deps:
2525
uv sync --active --inexact --all-extras --all-groups $(options)
26+
pdm run fast pypi --quiet
2627

2728
_check:
2829
pdm run fast check

pdm.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = []
1717

1818
[dependency-groups]
1919
dev = [
20-
"asynctor[redis]>=0.8.0,<1; python_version >= '3.10'",
21-
"fast-dev-cli>=0.14.0,<1; python_version >= '3.10'",
20+
"asynctor[redis]>=0.10.3,<1; python_version >= '3.10'",
21+
"fast-dev-cli>=0.19.4,<1; python_version >= '3.10'",
2222
"pymysql>=1.1.1; python_version >= '3.10'",
2323
"tqdm>=4.67.1; python_version >= '3.10'",
2424
"types-pymysql>=1.1.0.20241103; python_version >= '3.10'",

0 commit comments

Comments
 (0)