temporary install of pytest_mock

This commit is contained in:
Trenton H 2024-06-26 10:11:04 -07:00
parent 189d30f1b1
commit c59e444d23

View File

@ -140,6 +140,7 @@ 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