kohlin commited on
Commit
d788616
·
1 Parent(s): 533e6b6

Update ci.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +0 -3
.github/workflows/ci.yml CHANGED
@@ -19,9 +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
 
 
19
  with:
20
  python-version: 3.9
21
 
 
 
 
22
  - name: Run Tests
23
  run: python -m unittest discover -s tests || echo "No tests found"
24