chore(ci): migrate SOT to Gitea #429

Merged
luke merged 8 commits from gitea-cicd into main 2025-01-01 00:17:20 +01:00
Showing only changes of commit ef1bace230 - Show all commits

View File

@ -29,9 +29,9 @@ jobs:
with:
python-version: "${{ vars.PYTHON_VERSION }}"
- name: Setup Poetry
uses: abatilo/actions-poetry@v3
- name: Update PATH
run: PATH="/root/.local/bin:$PATH"
run: curl -sSL https://install.python-poetry.org | python3 -
# - name: Update PATH
# run: PATH="/root/.local/bin:$PATH"
- name: Install dependencies
run: poetry install
- name: Lint