update github actions
This commit is contained in:
1
.github/workflows/pypi.yml
vendored
1
.github/workflows/pypi.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
with:
|
||||
python_version: 3.8.0
|
||||
poetry_version: 1.0.5
|
||||
args: install
|
||||
- name: Build dists
|
||||
run: |
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
with:
|
||||
python_version: 3.8.0
|
||||
poetry_version: 1.0.5
|
||||
args: install
|
||||
- name: CI
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user