remove newline

This commit is contained in:
Adrian Garcia Badaracco
2020-10-21 18:43:11 -05:00
parent 81fe70a3c0
commit 5ed2bbfa0a

View File

@@ -17,7 +17,6 @@ jobs:
with:
python-version: 3.8
- name: Install Dependencies
run: |
pip install -r requirements.txt -r requirements-dev.txt
run: pip install -r requirements.txt -r requirements-dev.txt
- name: Run Pytest
run: python -m pytest -s -v