summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/workflow.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 8ae68cf..f86e716 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install redis==${{ matrix.redis-py-version }}
- pip install pytest pytest-cov sentry-sdk codecov mock
+ pip install pytest pytest-cov sentry-sdk codecov mock psutil
pip install -e .
- name: Test with pytest
@@ -43,4 +43,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
- file: ./coverage.xml \ No newline at end of file
+ file: ./coverage.xml