mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
install uv
This commit is contained in:
parent
521d4b8f41
commit
3e31aabd06
1 changed files with 7 additions and 0 deletions
7
.github/workflows/marvin-issue-triage.yml
vendored
7
.github/workflows/marvin-issue-triage.yml
vendored
|
|
@ -32,6 +32,13 @@ jobs:
|
|||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
|
||||
# Install UV package manager
|
||||
- name: Install UV
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: Generate Marvin App token
|
||||
id: marvin-token
|
||||
uses: actions/create-github-app-token@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue