Spaces:
Sleeping
Sleeping
? skip unit test and 2update HFCI_Token token in CI/CD and Dockerfile for deployment in hugging face
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -27,7 +27,7 @@ jobs:
|
|
27 |
- name: Run unit tests
|
28 |
run: pytest tests/
|
29 |
|
30 |
-
|
31 |
env:
|
32 |
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
33 |
run: |
|
|
|
27 |
- name: Run unit tests
|
28 |
run: pytest tests/
|
29 |
|
30 |
+
- name: Deploy to Hugging Face Spaces
|
31 |
env:
|
32 |
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
33 |
run: |
|