Skip to content

Commit 4faa382

Browse files
committed
added UV dependency
1 parent d10abc8 commit 4faa382

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-py.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,14 @@ jobs:
9494
tenant-id: ${{ secrets.AZURE_TENANTID }}
9595
subscription-id: ${{ secrets.AZURE_SUBSCRIPTIONID }}
9696

97+
- name: Install uv
98+
run: |
99+
curl -LsSf https://astral.sh/uv/install.sh | sh
100+
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
101+
97102
- name: Get Keys
98103
run: |
99104
uv run python tools/getKeys.py --vault build-pipeline-kv
100-
working-directory: ${{ github.workspace }}
101105
102106
- name: Run Tests
103107
run: |

0 commit comments

Comments
 (0)