update GI setup-python to v2 to support dev python versions

This commit is contained in:
L1ghtn1ng
2020-07-19 06:11:03 +01:00
parent 4dd8fce9dc
commit 671a3b548f
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1.1.1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies