👷 update ci version

This commit is contained in:
yanyongyu
2021-12-30 23:29:32 +08:00
parent e4691f0525
commit 21a958ffd9
4 changed files with 26 additions and 16 deletions

View File

@ -17,7 +17,12 @@ jobs:
python-version: "3.9"
architecture: "x64"
- uses: Gr1N/setup-poetry@v4
- uses: Gr1N/setup-poetry@v7
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install -E all