CI fixes with Ubuntu 24.04 #25

Closed
mxmehl wants to merge 13 commits from ci-fixes into main
Showing only changes of commit 4e87bd4a80 - Show all commits

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