fix tests
This commit is contained in:
parent
721c48ea88
commit
14824db7b0
|
@ -27,9 +27,10 @@ jobs:
|
|||
postgresql password: "pipeline123456"
|
||||
|
||||
- name: Setup Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
check-latest: true
|
||||
|
||||
- name: Install redis
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue