Update dependency installation methods

- Changed pip upgrade and install commands to use 'uv'
- Updated workflow for installing dependencies
- Modified Dockerfile to reflect new installation approach
This commit is contained in:
Jonathon Broughton
2025-03-24 17:25:22 +00:00
parent d78bd1f8fc
commit 218b889302
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ jobs:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install uv
uv pip install --system .
- name: Extract functionInputSchema
id: extract_schema