Archisman Karmakar
commited on
Commit
·
a0f23e2
1
Parent(s):
7ef8e3c
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -40,9 +40,11 @@ jobs:
|
|
40 |
- name: Install & configure Poetry
|
41 |
run: |
|
42 |
# - name: Disable Poetry virtualenv creation
|
43 |
-
|
44 |
-
|
|
|
45 |
pip install --upgrade poetry --upgrade-strategy eager
|
|
|
46 |
poetry --version
|
47 |
poetry add poetry-plugin-export
|
48 |
|
|
|
40 |
- name: Install & configure Poetry
|
41 |
run: |
|
42 |
# - name: Disable Poetry virtualenv creation
|
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
|
50 |
|