CI fixes with Ubuntu 24.04 #25

Closed
mxmehl wants to merge 13 commits from ci-fixes into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit ae955140eb - Show all commits

View File

@@ -14,7 +14,7 @@ on:
jobs: jobs:
# Test building the package and installing it via pip3 # Test building the package and installing it via pip3
test-build-install: test-build-install:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Add pipx to PATH - name: Add pipx to PATH

View File

@@ -30,7 +30,6 @@ parser.add_argument("-c", "--configdir", required=True, help="The config directo
parser.add_argument( parser.add_argument(
"-l", "-l",
"--logfile", "--logfile",
required=True,
help="The path to the logfile. Default: <configdir>/seafile_mirror.log", help="The path to the logfile. Default: <configdir>/seafile_mirror.log",
) )
parser.add_argument( parser.add_argument(