Spaces:
Sleeping
Sleeping
alvaroalon2
commited on
Commit
·
0fb35d3
1
Parent(s):
31a4e28
chore
Browse files
.github/workflows/sync_hf_space.yml
CHANGED
@@ -34,8 +34,10 @@ jobs:
|
|
34 |
run: git pull https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
|
35 |
|
36 |
- name: Push to hub
|
37 |
-
|
38 |
run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME main
|
|
|
|
|
|
|
39 |
|
40 |
- name: Generate requirements.txt from poetry
|
41 |
run: poetry export --without-hashes -f requirements.txt --output requeriments.txt
|
|
|
34 |
run: git pull https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME
|
35 |
|
36 |
- name: Push to hub
|
|
|
37 |
run: git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME main
|
38 |
+
|
39 |
+
- name: Install Poetry
|
40 |
+
uses: snok/install-poetry@v1
|
41 |
|
42 |
- name: Generate requirements.txt from poetry
|
43 |
run: poetry export --without-hashes -f requirements.txt --output requeriments.txt
|