Skip to content

Commit

Permalink
Different astral action
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 21, 2024
1 parent 563a3c9 commit 71bad8c
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ jobs:
name: Checkout
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: hynek/setup-cached-uv@v2
- id: install-uv
name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
enable-cache: true

- id: install-python
name: Install Python
run: uv python install 3.12

- id: install-python-dependencies
name: Install Python dependencies
Expand Down Expand Up @@ -92,9 +99,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
uses: hynek/setup-cached-uv@v2
- id: install-uv
name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
enable-cache: true

- id: install-python
name: Install Python
run: uv python install 3.12

- id: install-python-dependencies
name: Install Python dependencies
Expand Down

0 comments on commit 71bad8c

Please sign in to comment.