Archisman Karmakar
commited on
Commit
·
18f19fa
1
Parent(s):
d434f9c
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
|
@@ -18,6 +18,12 @@ jobs:
|
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
# - name: Set up Python
|
| 22 |
# uses: actions/setup-python@v4
|
| 23 |
# with:
|
|
@@ -29,7 +35,6 @@ jobs:
|
|
| 29 |
# sudo apt-get update
|
| 30 |
# sudo xargs -a packages.txt apt-get install -y
|
| 31 |
|
| 32 |
-
# USE THIS IF YOU WANT TO AVOID DOCKER
|
| 33 |
|
| 34 |
# - name: Rename Poetry files to ingore
|
| 35 |
# run: |
|
|
|
|
| 18 |
with:
|
| 19 |
fetch-depth: 0
|
| 20 |
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
# USE THIS IF YOU WANT TO AVOID DOCKER #
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
# - name: Set up Python
|
| 28 |
# uses: actions/setup-python@v4
|
| 29 |
# with:
|
|
|
|
| 35 |
# sudo apt-get update
|
| 36 |
# sudo xargs -a packages.txt apt-get install -y
|
| 37 |
|
|
|
|
| 38 |
|
| 39 |
# - name: Rename Poetry files to ingore
|
| 40 |
# run: |
|