Archisman Karmakar
commited on
Commit
·
a9af96c
1
Parent(s):
9db1052
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -41,6 +41,7 @@ jobs:
|
|
41 |
run: |
|
42 |
# pip install poetry
|
43 |
pip install --upgrade poetry --upgrade-strategy eager
|
|
|
44 |
# poetry install --no-root
|
45 |
poetry export -f requirements.txt --without-hashes --output requirements.txt
|
46 |
|
|
|
41 |
run: |
|
42 |
# pip install poetry
|
43 |
pip install --upgrade poetry --upgrade-strategy eager
|
44 |
+
poetry --version
|
45 |
# poetry install --no-root
|
46 |
poetry export -f requirements.txt --without-hashes --output requirements.txt
|
47 |
|