forked from mirrors/thatmattlove-hyperglass
remove redis-server from tasks
This commit is contained in:
parent
43fdbcc397
commit
1db007227f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue