fix/cluster-manager-crash-due-to-overpass-exception #72
@@ -15,17 +15,15 @@ jobs:
|
|||||||
|
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install uv
|
||||||
run: |
|
uses: astral-sh/setup-uv@v6
|
||||||
apt-get update && apt-get install -y python3 python3-pip
|
with:
|
||||||
pip install pipenv
|
version: "0.9.11"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install dependencies
|
||||||
run: |
|
|
||||||
ls -la
|
|
||||||
# only install dev-packages
|
|
||||||
pipenv install --categories=dev-packages
|
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
|
run: |
|
||||||
|
uv sync --frozen --no-cache --no-dev
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: pipenv run pylint src --fail-under=9
|
run: pipenv run pylint src --fail-under=9
|
||||||
|
|||||||
@@ -15,17 +15,15 @@ jobs:
|
|||||||
|
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install uv
|
||||||
run: |
|
uses: astral-sh/setup-uv@v6
|
||||||
apt-get update && apt-get install -y python3 python3-pip
|
with:
|
||||||
pip install uv
|
version: "0.9.11"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install dependencies
|
||||||
run: |
|
|
||||||
ls -la
|
|
||||||
# install all packages, including dev-packages
|
|
||||||
uv sync
|
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
|
run: |
|
||||||
|
uv sync --frozen --no-cache --no-dev
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: uv run pytest src --html=report.html --self-contained-html --log-cli-level=DEBUG
|
run: uv run pytest src --html=report.html --self-contained-html --log-cli-level=DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user