Skip to content

Commit

Permalink
Add install proxay to nightly. (#1230)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Herold <[email protected]>
  • Loading branch information
markbader and hotzenklotz authored Dec 18, 2024
1 parent bbcf756 commit d3a9bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.19"

- name: Install proxay
run: npm install -g proxay

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

0 comments on commit d3a9bd5

Please sign in to comment.