more
Some checks failed
Python Linters / pylint (pull_request) Failing after 42s
Python Linters / formatting (pull_request) Successful in 37s
Python Linters / mypy (pull_request) Successful in 37s
REUSE Compliance / reuse (pull_request) Successful in 9s
Selftests / test-build-install (pull_request) Failing after 30s
Selftests / test-sync (pull_request) Failing after 44s

This commit is contained in:
2025-01-12 19:59:54 +01:00
parent 553dffae1f
commit 4e87bd4a80

View File

@@ -17,8 +17,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Add pipx to PATH
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- name: Install poetry - name: Install poetry
run: pip install poetry run: pipx install poetry
- name: Build package - name: Build package
run: poetry build run: poetry build
- name: Install package - name: Install package