chore(ci): migrate SOT to Gitea #429
@ -29,9 +29,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v3
|
run: curl -sSL https://install.python-poetry.org | python3 -
|
||||||
- name: Update PATH
|
# - name: Update PATH
|
||||||
run: PATH="/root/.local/bin:$PATH"
|
# run: PATH="/root/.local/bin:$PATH"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
Loading…
Reference in New Issue
Block a user