Skip to content

Commit

Permalink
Update uv install
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 11, 2024
1 parent 93109ad commit 9bcabe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ 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@v4
with:
version: "latest"
enable-cache: true
- name: Install the project
run: |
uv sync --all-extras --dev
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ 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@v4
with:
version: "latest"
enable-cache: true
- name: Install the project
run: uv sync --dev
- name: Install package
Expand Down

0 comments on commit 9bcabe5

Please sign in to comment.