From 1db007227f9db66ad546b076ac9107112c975c50 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 13 Feb 2020 21:34:50 -0700 Subject: [PATCH] remove redis-server from tasks --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 33ec5d1..5021c11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,9 +17,9 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.6.10 - - name: Install System Dependencies - run: | - sudo apt install -y redis-server + # - name: Install System Dependencies + # run: | + # sudo apt install -y redis-server - name: Clone Repository uses: actions/checkout@v2 - name: Install Python Dependencies