We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fbd2c commit cd1b413Copy full SHA for cd1b413
1 file changed
.github/workflows/build_app.yml
@@ -21,10 +21,6 @@ jobs:
21
runner: windows-11-arm
22
23
steps:
24
- - name: setup uv
25
- uses: astral-sh/setup-uv@v7
26
- with:
27
- python-version: 'cpython-3.14-windows-${{ matrix.arch }}-none'
28
- name: install OpenSSL via vcpkg (arm64)
29
if: matrix.arch == 'arm64'
30
id: vcpkg
@@ -43,6 +39,11 @@ jobs:
43
39
with:
44
40
fetch-depth: 0
45
41
path: ${{ github.workspace }}/repo
42
+ - name: setup uv
+ uses: astral-sh/setup-uv@v7
+ with:
+ python-version: 'cpython-3.14-windows-${{ matrix.arch }}-none'
46
+ working-directory: ${{ github.workspace }}/repo
47
- name: Install dependencies
48
working-directory: ${{ github.workspace }}/repo
49
run: uv sync --frozen --compile --group build --group test
0 commit comments