fix tests

This commit is contained in:
wh1te909 2022-10-18 05:02:35 +00:00
parent 721c48ea88
commit 14824db7b0
1 changed files with 2 additions and 1 deletions

View File

@ -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: |