diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0a97bdb2..19e14d0c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -60,7 +60,7 @@ jobs: test-playwright-without-llms: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] fail-fast: false uses: ./.github/workflows/test-playwright.yaml with: diff --git a/.github/workflows/test-playwright.yaml b/.github/workflows/test-playwright.yaml index 3a9b11a8..682f389f 100644 --- a/.github/workflows/test-playwright.yaml +++ b/.github/workflows/test-playwright.yaml @@ -87,7 +87,7 @@ jobs: path: ${{ env.pythonLocation }} key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v03 - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'XXXtrue' + if: steps.cache.outputs.cache-hit != 'true' run: pip install .[docs,testing] - name: Install Pydantic v2 run: pip install --pre "pydantic>=2,<3"