Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .github/workflows/release-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
env:
UV_RESOLUTION: ${{ matrix.resolution }}
run: |
uv lock --no-sources -U
uv sync --no-sources --no-install-workspace
uv pip install --no-sources tket-exts
uv pip install --no-sources tket-eccs
uv run --no-sync maturin develop
uv pip install --no-sources maturin
uv run --no-dev --no-sync maturin develop
echo "\nDone! Installed dependencies:"
uv pip list
- name: Type check with mypy
Expand Down
Loading