Skip to content

Commit ab735ac

Browse files
committed
Add changes
1 parent 35dfd06 commit ab735ac

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,23 @@ jobs:
4949
# run: uv run --frozen -- pytest -m integration
5050
# shell: bash
5151

52-
release:
52+
release-api:
53+
needs: continuous-integration
54+
runs-on: ubuntu-22.04
55+
steps:
56+
- name: Checkout repository
57+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+
59+
- name: Install uv
60+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
61+
with:
62+
version: ${{ env.UV_VERSION}}
63+
64+
- name: Install Python packages
65+
run: uv sync --locked --no-dev
66+
shell: bash
67+
68+
release-transcriber:
5369
needs: continuous-integration
5470
runs-on: ubuntu-22.04
5571
steps:

0 commit comments

Comments
 (0)