Skip to content

Commit

Permalink
Fix build workflow uv steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Oct 15, 2024
1 parent afe4d1b commit f80ac3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.12
run: uv python install 3.12

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Set up Python 3.12
run: uv python install 3.12

- name: Install build dependencies
run: uv sync --all-extras --dev

Expand Down Expand Up @@ -58,12 +58,12 @@ jobs:

- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install build dependencies
run: uv sync --all-extras --dev

Expand Down

0 comments on commit f80ac3f

Please sign in to comment.