Update to actions/setup-python@v2
This commit is contained in:
parent
d93de09d2f
commit
4b24396aa0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
@ -64,4 +64,4 @@ jobs:
|
||||
PYTHON: ${{ matrix.python-version }}
|
||||
with:
|
||||
flags: unittests
|
||||
env_vars: OS,PYTHON
|
||||
env_vars: OS,PYTHON
|
||||
|
Loading…
Reference in New Issue
Block a user