update github actions
This commit is contained in:
parent
b4366d2427
commit
ffeee3c901
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install poetry
|
||||
uses: abatilo/actions-poetry@v1.5.0
|
||||
env:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
with:
|
||||
python_version: 3.8.0
|
||||
args: install
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -18,6 +18,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install poetry
|
||||
uses: abatilo/actions-poetry@v1.5.0
|
||||
env:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
with:
|
||||
python_version: 3.8.0
|
||||
args: install
|
||||
|
Loading…
x
Reference in New Issue
Block a user