Skip to content

Commit

Permalink
Install redis
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed May 17, 2021
1 parent f4ed6c1 commit dfe315f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install redis
run: |
sudo add-apt-repository ppa:redislabs/redis
sudo apt-get install redis
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit dfe315f

Please sign in to comment.