Atharva Thakur commited on
Commit
8a02e75
1 Parent(s): c3e7d0f

Update Deployment.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/Deployment.yml +1 -0
.github/workflows/Deployment.yml CHANGED
@@ -36,6 +36,7 @@ jobs:
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
  run: |
 
39
  pytest -vv
40
 
41
  sync-to-hub:
 
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with pytest
38
  run: |
39
+ cd Testing
40
  pytest -vv
41
 
42
  sync-to-hub: