GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 04:51:11 -04:00
parent a273f83873
commit f36e7be2d8

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pytest pip install pytest cov cov-report
pip install -r requirements.txt pip install -r requirements.txt
- name: pytest - name: pytest