Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: uv
directory: "/"
schedule:
interval: cron
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,6 @@ jobs:
npm run notices:check
working-directory: desktop

- name: Verify the desktop runtime constraints
shell: bash
run: |
generated="$RUNNER_TEMP/runtime-constraints.txt"
uv export \
--frozen \
--extra local-worker \
--extra frontend \
--no-dev \
--no-emit-project \
--no-hashes \
--format requirements-txt \
--output-file "$generated"
git diff --no-index --ignore-matching-lines='^#' -- \
desktop/runtime-constraints.txt "$generated"

- name: Restore the pinned uv sidecar
id: uv-sidecar-cache
uses: actions/cache@v6
Expand Down
Loading