We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ee707 commit fb2cba9Copy full SHA for fb2cba9
.github/workflows/ci.yml
@@ -46,17 +46,3 @@ jobs:
46
run: uv sync --locked
47
- name: Test with Nox
48
run: uv run nox -s ${{ matrix.nox-session }}
49
- lock-check:
50
- runs-on: ubuntu-24.04
51
- steps:
52
- - uses: actions/checkout@v4
53
- - name: Install uv
54
- uses: astral-sh/setup-uv@v5
55
- with:
56
- version: ${{ env.UV_VERSION }}
57
- - name: Set up Python
58
- uses: actions/setup-python@v5
59
60
- python-version-file: ".python-version"
61
- - name: Validate Lockfile Up-to-date
62
- run: uv lock --check
0 commit comments