hbofficial-1005 commited on
Commit
ec782c1
·
1 Parent(s): fc92bd3

Updated CI/CD pipeline to avoid duplicate installs

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -4
.github/workflows/ci-cd.yml CHANGED
@@ -25,9 +25,6 @@ jobs:
25
  with:
26
  python-version: 3.9
27
 
28
- - name: Install Dependencies
29
- run: pip install -r requirements.txt
30
-
31
  - name: Run Tests
32
  run: python -m unittest discover -s tests
33
 
@@ -86,4 +83,4 @@ jobs:
86
  git fetch origin
87
  git checkout main
88
  git merge --no-ff origin/develop
89
- git push origin main
 
25
  with:
26
  python-version: 3.9
27
 
 
 
 
28
  - name: Run Tests
29
  run: python -m unittest discover -s tests
30
 
 
83
  git fetch origin
84
  git checkout main
85
  git merge --no-ff origin/develop
86
+ git push origin main