Update dependency installation commands
- Changed `uv pip install` to `uv pip sync` in workflow and Dockerfile. - Added new package with dependencies in lock file. - Removed old package definition from lock file.
This commit is contained in:
+1
-1
@@ -13,6 +13,6 @@ COPY . /home/speckle
|
||||
RUN pip install uv
|
||||
|
||||
# Install your package and dependencies
|
||||
RUN uv pip install --system .
|
||||
RUN uv pip sync --system
|
||||
|
||||
CMD ["python", "main.py", "run"]
|
||||
Reference in New Issue
Block a user