Properly installs pytest-mock via pipenv

This commit is contained in:
Trenton H
2024-06-28 10:06:50 -07:00
parent be2c55af38
commit 129495e2d0
3 changed files with 12 additions and 3 deletions

View File

@@ -140,7 +140,6 @@ jobs:
-
name: List installed Python dependencies
run: |
pipenv --python ${{ steps.setup-python.outputs.python-version }} run pip install pytest_mock
pipenv --python ${{ steps.setup-python.outputs.python-version }} run pip list
-
name: Tests