Skip to content

Commit

Permalink
mak uv available on GH Actions runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 6, 2024
1 parent a7c238e commit e4f101f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
# this point.
ref: ${{ github.event.pull_request.head.sha }}

- name: Install uv
uses: astral-sh/[email protected]
with:
enable-cache: true

- name: Setup nox
uses: wntrblm/[email protected]
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Checkout source
uses: actions/[email protected]

- name: Install uv
uses: astral-sh/[email protected]
with:
enable-cache: true

- name: Setup nox
uses: wntrblm/[email protected]
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/[email protected]
with:
enable-cache: true

- name: Setup nox
uses: wntrblm/[email protected]
with:
Expand Down

0 comments on commit e4f101f

Please sign in to comment.