Commit 548adff9 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Use `python-version` in setup-python action

Before this change, a deprecated `version` arg was used.
parent 7cd8b496
......@@ -32,7 +32,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Upgrade pip/setuptools/wheel
run: >-
python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment