Archisman Karmakar
commited on
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -35,7 +35,7 @@ jobs:
|
|
35 |
- name: Install dependencies
|
36 |
run: |
|
37 |
pip install poetry
|
38 |
-
poetry install
|
39 |
|
40 |
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
41 |
|
|
|
35 |
- name: Install dependencies
|
36 |
run: |
|
37 |
pip install poetry
|
38 |
+
poetry install --no-root
|
39 |
|
40 |
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
41 |
|