pipx, path
All checks were successful
Test CI / test (push) Successful in 10m42s

This commit is contained in:
2025-04-02 22:39:42 +02:00
parent 83ee2ca8a1
commit dcdde68268

View File

@@ -15,7 +15,9 @@ jobs:
# RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- run: echo "/root/.local/bin" >> "$GITHUB_PATH"
- run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"