update github actions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user