Skip to content

Commit

Permalink
Use setup-uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 9, 2024
1 parent a7d4b3b commit cc20c7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
python-version: ${{ matrix.version }}
allow-prereleases: true
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Install the project
run: |
uv sync --all-extras --dev
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
with:
python-version: "3.13"
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Install the project
run: uv sync --dev
- name: Install package
Expand Down

0 comments on commit cc20c7c

Please sign in to comment.