We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f530b9 commit 604c86fCopy full SHA for 604c86f
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Run pytest
71
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
72
- if: ${{ (matrix.pytest == null || matrix.pytest == 'true') && (github.event_name == 'schedule' || matrix.dependencies != 'max') }}
+ if: ${{ matrix.pytest == null || matrix.pytest == 'true' }}
73
with:
74
custom-pytest: uv run --frozen pytest
75
custom-arguments: --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
@@ -116,7 +116,7 @@ jobs:
116
python_version: "3.10"
117
uv_version: "0.6.8"
118
pre_commit: "false"
119
- - dependencies: "max" # Cron only (Pytest skipped)
+ - dependencies: "max"
120
python_version: "3.14"
121
122
- codecov: "true"
0 commit comments