Remove unnecessary --no-deps flag from pip install command and clean up pyproject.toml by removing build-system section
This commit is contained in:
@@ -26,7 +26,7 @@ modules:
|
||||
- name: artemis
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- pip3 install . --no-deps --prefix=/app
|
||||
- pip3 install . --prefix=/app
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/AresValley/Artemis.git
|
||||
|
||||
Reference in New Issue
Block a user