Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Nov 16, 2024
1 parent 15b2241 commit d14ec5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Install dependencies
run: |
uv sync
uv sync --no-dev --group test
- name: Generate a sample project
run: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
python-version: "3.x"
- uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: uv sync
run: uv sync --no-dev --group test
- name: Get qemu emulated architectures
id: archs
run: |
Expand All @@ -162,7 +162,7 @@ jobs:
python-version: "3.x"
- uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: uv sync
run: uv sync --no-dev --group test

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -184,7 +184,7 @@ jobs:
- uses: astral-sh/setup-uv@v3

- name: Install dependencies
run: uv sync
run: uv sync --no-dev --group test

- name: Generate a sample project
run: |
Expand Down

0 comments on commit d14ec5b

Please sign in to comment.