pytfm as external deps #18

Merged
pi3c merged 1 commits from feature/workflow-deps into dev 2026-05-11 14:13:41 +00:00
2 changed files with 1 additions and 16 deletions
Showing only changes of commit 7bf9cce337 - Show all commits

View File

@@ -21,21 +21,6 @@ steps:
UV_PYTHON: "3.13"
commands:
- pip install uv
- cd ..
- |
cat > pyproject.toml << 'EOF'
[project]
name = "pyaqa"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = []
[tool.uv.workspace]
members = ["blog.pyaqa.ru", "pytfm"]
EOF
- git clone https://git.pyaqa.ru/pi3c/pytfm.git
- cd $CI_WORKSPACE
- rm -rf .venv
- uv sync --group lints --group tests --group types --group dev
- name: lint

View File

@@ -61,7 +61,7 @@ types = [
blog = "app.main:main"
[tool.uv.sources]
pytfm = { workspace = true }
pytfm = { git = "https://git.pyaqa.ru/pi3c/pytfm.git" }
[tool.pytest.ini_options]
asyncio_mode = "auto"