Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Setup uv in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jan 17, 2025
1 parent d6b2127 commit df78c3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pulumi.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.20"
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pulumi.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.20"
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit df78c3b

Please sign in to comment.