Sadeep Sachintha commited on
Commit ·
d345116
1
Parent(s): 8fae7b4
feat: add GitHub Actions workflow to automate deployment to Hugging Face Spaces
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -22,7 +22,7 @@ jobs:
|
|
| 22 |
|
| 23 |
- name: Run Tests
|
| 24 |
run: |
|
| 25 |
-
pytest tests/
|
| 26 |
|
| 27 |
deploy-to-hf:
|
| 28 |
needs: build-and-test
|
|
|
|
| 22 |
|
| 23 |
- name: Run Tests
|
| 24 |
run: |
|
| 25 |
+
PYTHONPATH=. pytest tests/
|
| 26 |
|
| 27 |
deploy-to-hf:
|
| 28 |
needs: build-and-test
|