mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove redis-server from tasks
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user