diff --git a/.github/workflows/lithops-tests.yml b/.github/workflows/lithops-tests.yml index eb107a16..b4bcc75d 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-22.04", "ubuntu-24.04", "macos-latest"] python-version: ["3.11"] steps: @@ -39,6 +39,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -e '.[test,lithops]' + python -m pip install -U 'lithops @ git+https://github.com/lithops-cloud/lithops.git' - name: Run tests run: |