Archisman Karmakar
commited on
Update deploy_to_HF_space.yml
Browse files
.github/workflows/deploy_to_HF_space.yml
CHANGED
@@ -42,10 +42,10 @@ jobs:
|
|
42 |
pip install -r requirements.txt
|
43 |
fi
|
44 |
# Optionally install the package using pyproject.toml if needed
|
45 |
-
if [ -f pyproject.toml ]; then
|
46 |
-
|
47 |
-
|
48 |
-
fi
|
49 |
|
50 |
- name: Install Hugging Face CLI
|
51 |
run: pip install huggingface_hub
|
|
|
42 |
pip install -r requirements.txt
|
43 |
fi
|
44 |
# Optionally install the package using pyproject.toml if needed
|
45 |
+
# if [ -f pyproject.toml ]; then
|
46 |
+
# echo "Installing package via pyproject.toml"
|
47 |
+
# pip install .
|
48 |
+
# fi
|
49 |
|
50 |
- name: Install Hugging Face CLI
|
51 |
run: pip install huggingface_hub
|