kohlin commited on
Commit
5334367
·
1 Parent(s): fff33b7

Update ci.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +0 -6
.github/workflows/ci.yml CHANGED
@@ -19,12 +19,6 @@ jobs:
19
  with:
20
  python-version: 3.9
21
 
22
- - name: Install Dependencies
23
- run: pip install -r requirements.txt
24
-
25
- - name: Run Tests
26
- run: python -m unittest discover -s tests || echo "No tests found"
27
-
28
  merge-to-develop:
29
  needs: build
30
  runs-on: ubuntu-latest
 
19
  with:
20
  python-version: 3.9
21
 
 
 
 
 
 
 
22
  merge-to-develop:
23
  needs: build
24
  runs-on: ubuntu-latest