Skip to content

Commit c4afd6a

Browse files
committed
ci: no dev group
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b3ea812 commit c4afd6a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,13 @@ jobs:
6464
if: runner.os == 'Linux'
6565
uses: docker/setup-qemu-action@v3
6666

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-
7267
- name: Install dependencies
7368
run: |
7469
uv sync --no-dev --group test
7570
7671
- name: Generate a sample project
7772
run: |
78-
uv run -m test.test_projects test.test_0_basic.basic_project sample_proj
73+
uv run --no-sync -m test.test_projects test.test_0_basic.basic_project sample_proj
7974
8075
- name: Run a sample build (GitHub Action)
8176
uses: ./

0 commit comments

Comments
 (0)