mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
redis macos
This commit is contained in:
parent
3ffbe815f0
commit
7deffbac0d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -141,9 +141,9 @@ jobs:
|
|||
python -m pip install --upgrade pip setuptools
|
||||
python -m pip install -e .
|
||||
python -m pip install -r requirements-pytest.txt
|
||||
|
||||
|
||||
- name: Start Redis
|
||||
uses: supercharge/redis-github-action@1.2.0
|
||||
uses: shogo82148/actions-setup-redis@v1.31.1
|
||||
with:
|
||||
redis-version: ${{ matrix.redis-version }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue