stestoni91 commited on
Commit
750d6b0
1 Parent(s): 3218885

Specify test files

Browse files
.github/workflows/main.yml CHANGED
@@ -24,7 +24,7 @@ jobs:
24
  - name: Install dependencies
25
  run: pip install -r requirements.txt
26
  - name: Run tests
27
- run: python -m pytest
28
  - name: Synch GitHub and HF
29
  run: git remote add space https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$HF_SPACE
30
  - name: Deploy app
 
24
  - name: Install dependencies
25
  run: pip install -r requirements.txt
26
  - name: Run tests
27
+ run: python -m pytest test_app.py
28
  - name: Synch GitHub and HF
29
  run: git remote add space https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$HF_SPACE
30
  - name: Deploy app
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ