Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
run: uv run --no-sync python -c "import sys, modern_di_faststream; assert not sys._is_gil_enabled(), 'GIL is enabled on a t-build'"
- run: just test-ci

lowest:
floors:
# The declared floors are part of what we ship, and nothing else in CI installs
# them: `pytest` and `scheduled` both resolve highest. This leg resolves the lower
# bound instead, on every supported interpreter: a floor's wheel coverage is
# per-interpreter, so two interpreters resolving the same versions can still
# disagree on whether those versions install.
if: github.event_name != 'schedule'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
Loading