diff options
| author | Selwin Ong <selwin.ong@gmail.com> | 2020-10-20 06:53:36 +0700 |
|---|---|---|
| committer | Selwin Ong <selwin.ong@gmail.com> | 2020-10-20 06:53:36 +0700 |
| commit | cf36ed9b4c548390e835aa0a006e5f593fa32e26 (patch) | |
| tree | fd59f7a2965802536b47145de585bc78f0e23676 /.github | |
| parent | befbbfe7ee0bb73eb043987a876651a15967c9f8 (diff) | |
| parent | 9adcd7e50c511ceba622ba20c826a0b701a917ea (diff) | |
| download | rq-pubsub.tar.gz | |
Merge branch 'master' into pubsubpubsub
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/workflow.yml | 4 |
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 |
