MO1990D commited on
Commit
f82c314
·
1 Parent(s): 1d09e39

? skip unit test and 2update HFCI_Token token in CI/CD and Dockerfile for deployment in hugging face

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -27,7 +27,7 @@ jobs:
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: |
 
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: |