diff --git a/.github/workflows/lithops-tests.yml b/.github/workflows/lithops-tests.yml index eb107a16..5267ac07 100644 --- a/.github/workflows/lithops-tests.yml +++ b/.github/workflows/lithops-tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "macos-latest"] + os: ["ubuntu-24.04", "ubuntu-22.04", "macos-latest"] python-version: ["3.11"] steps: @@ -42,4 +42,4 @@ jobs: - name: Run tests run: | - pytest -vs + pytest -vs -o log_cli=true --log-cli-level=DEBUG diff --git a/cubed/tests/utils.py b/cubed/tests/utils.py index cce96d04..64e407ca 100644 --- a/cubed/tests/utils.py +++ b/cubed/tests/utils.py @@ -15,8 +15,9 @@ "storage": "localhost", "monitoring_interval": 0.1, "include_modules": None, + "log_level": "DEBUG", }, - "localhost": {"version": 1}, + "localhost": {"version": 2}, } ALL_EXECUTORS = [create_executor("single-threaded")]