We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ea812 commit c4afd6aCopy full SHA for c4afd6a
.github/workflows/test.yml
@@ -64,18 +64,13 @@ jobs:
64
if: runner.os == 'Linux'
65
uses: docker/setup-qemu-action@v3
66
67
- # for Win ARM which doesn't have Cryptography wheels yet
68
- - name: Install Rust tools on Windows ARM
69
- if: matrix.os == 'windows-11-arm'
70
- uses: actions-rust-lang/setup-rust-toolchain@v1
71
-
72
- name: Install dependencies
73
run: |
74
uv sync --no-dev --group test
75
76
- name: Generate a sample project
77
78
- uv run -m test.test_projects test.test_0_basic.basic_project sample_proj
+ uv run --no-sync -m test.test_projects test.test_0_basic.basic_project sample_proj
79
80
- name: Run a sample build (GitHub Action)
81
uses: ./
0 commit comments