Skip to content

Commit 6172218

Browse files
authored
Merge pull request #10 from spherical-go/develop
Add redis storage
2 parents 3c4eea4 + 193d102 commit 6172218

File tree

7 files changed

+665
-169
lines changed

7 files changed

+665
-169
lines changed

.github/workflows/python-package.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615
strategy:
1716
fail-fast: false
@@ -20,6 +19,10 @@ jobs:
2019

2120
steps:
2221
- uses: actions/checkout@v3
22+
- name: Set up Redis
23+
uses: shogo82148/actions-setup-redis@v1
24+
with:
25+
version: 'latest'
2326
- name: Set up Python ${{ matrix.python-version }}
2427
uses: actions/setup-python@v3
2528
with:

0 commit comments

Comments
 (0)