diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d9cb51a..9e2ade06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Run pytest uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0 - if: ${{ (matrix.pytest == null || matrix.pytest == 'true') && (github.event_name == 'schedule' || matrix.dependencies != 'max') }} + if: ${{ matrix.pytest == null || matrix.pytest == 'true' }} with: custom-pytest: uv run --frozen pytest custom-arguments: --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy @@ -116,7 +116,7 @@ jobs: python_version: "3.10" uv_version: "0.6.8" pre_commit: "false" - - dependencies: "max" # Cron only (Pytest skipped) + - dependencies: "max" python_version: "3.14" pre_commit: "false" - codecov: "true"