mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 08:19:23 +00:00
build: sync lockfiles and reuse in CI
This commit is contained in:
4
.github/workflows/briefcase.yml
vendored
4
.github/workflows/briefcase.yml
vendored
@@ -16,9 +16,7 @@ jobs:
|
||||
- uses: astral-sh/setup-uv@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv pip compile src/runtime_requirements.txt --universal --generate-hashes --emit-index-url -o runtime.lock
|
||||
git diff --exit-code runtime.lock
|
||||
uv pip sync runtime.lock
|
||||
uv pip sync --frozen runtime.lock
|
||||
uv tool install briefcase
|
||||
- name: Build with Briefcase
|
||||
run: briefcase build
|
||||
|
Reference in New Issue
Block a user