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

Merge pull request #19 from Atharva-Thakur/Atharva-Thakur-patch-1

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: