Archisman Karmakar
commited on
Commit
·
f013a3d
1
Parent(s):
1a825d6
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -43,7 +43,7 @@ jobs:
|
|
43 |
curl -sSL https://install.python-poetry.org | python3 -
|
44 |
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
45 |
|
46 |
-
pip install --upgrade poetry --upgrade-strategy eager
|
47 |
poetry config virtualenvs.create false
|
48 |
poetry --version
|
49 |
poetry add poetry-plugin-export
|
|
|
43 |
curl -sSL https://install.python-poetry.org | python3 -
|
44 |
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
45 |
|
46 |
+
# pip install --upgrade poetry --upgrade-strategy eager
|
47 |
poetry config virtualenvs.create false
|
48 |
poetry --version
|
49 |
poetry add poetry-plugin-export
|