Archisman Karmakar commited on
Commit
6a5f30c
·
unverified ·
1 Parent(s): b4cfb6e

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