update github actions

This commit is contained in:
long2ice 2020-06-02 18:28:50 +08:00
parent b4366d2427
commit ffeee3c901
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install poetry - name: Install poetry
uses: abatilo/actions-poetry@v1.5.0 uses: abatilo/actions-poetry@v1.5.0
env:
POETRY_VIRTUALENVS_CREATE: false
with: with:
python_version: 3.8.0 python_version: 3.8.0
args: install args: install

View File

@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install poetry - name: Install poetry
uses: abatilo/actions-poetry@v1.5.0 uses: abatilo/actions-poetry@v1.5.0
env:
POETRY_VIRTUALENVS_CREATE: false
with: with:
python_version: 3.8.0 python_version: 3.8.0
args: install args: install