Skip to content

Commit 9dd3518

Browse files
committed
Update workflows for uv setup
1 parent e49f638 commit 9dd3518

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
integration-tests:
99
name: Integration Tests
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
secrets: inherit
1414
with:
1515
self-hosted-runner: false
16+
with-uv: true

0 commit comments

Comments
 (0)