forked from mirrors/thatmattlove-hyperglass
fix setup title; run apt install as sudo
This commit is contained in:
parent
5b82f7370c
commit
f87a27475e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -8,13 +8,13 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Setup Python 3.6.8
|
||||
- name: Setup Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.6.10
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
apt install -y redis-server
|
||||
sudo apt install -y redis-server
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pip install .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue