Add editable package installation to workflows
- Added step to install the package in editable mode. - Updated Dockerfile to include editable package installation.
This commit is contained in:
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: Install project dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install your package (editable)
|
||||
run: pip install --no-deps -e .
|
||||
|
||||
- name: Extract functionInputSchema
|
||||
id: extract_schema
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user