Skip to content

Commit

Permalink
Install uv on build and migrate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Feb 12, 2025
1 parent 5b48706 commit 58175aa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
id-token: "write"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: install uv
uses: astral-sh/setup-uv@v5
- name: "install dependencies"
run: |
make install
Expand All @@ -78,9 +77,8 @@ jobs:
id-token: "write"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: install uv
uses: astral-sh/setup-uv@v5
- name: install python dependencies
run: |
uv sync
Expand Down

0 comments on commit 58175aa

Please sign in to comment.