Update pytest.yml

updated workflow to install from requirements_dev.txt
merge-requests/1/head
Kiran Kumar Kotari 2 years ago committed by GitHub
parent a121ff5bae
commit e08cf08c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,8 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel flake8 pytest pytest-cov
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Test with pytest
run: |
PYTHONPATH=. python -m pytest -v -s --cache-clear --cov=python-terraform tests

Loading…
Cancel
Save