Update ci.yml
Browse files- .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 |
|