Use pip instead of Poetry
This commit is contained in:
parent
e38890a7ea
commit
d23f364f71
8 changed files with 46 additions and 1760 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
"config:recommended"
|
||||
],
|
||||
"automerge": true,
|
||||
"configMigration": true,
|
||||
|
|
|
|||
10
.github/workflows/docker-publish.yml
vendored
10
.github/workflows/docker-publish.yml
vendored
|
|
@ -20,10 +20,12 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
- run: pipx install poetry
|
||||
- run: poetry install
|
||||
- run: poetry run python manage.py migrate
|
||||
- run: poetry run python manage.py test
|
||||
- run: pipx install uv
|
||||
- run: uv venv
|
||||
- run: source .venv/bin/activate
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install -r requirements-dev.txt
|
||||
- run: pytest
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue