Skip to content

Commit d3a9bd5

Browse files
Add install proxay to nightly. (#1230)
Co-authored-by: Tom Herold <[email protected]>
1 parent bbcf756 commit d3a9bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
uses: astral-sh/setup-uv@v3
2626
with:
2727
version: "0.4.19"
28+
29+
- name: Install proxay
30+
run: npm install -g proxay
2831

2932
- name: Set up Python ${{ matrix.python-version }}
3033
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)