Skip to content

Commit a8ac5e4

Browse files
committed
build: github action setup-python upgrade to v2
1 parent e8bde41 commit a8ac5e4

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,14 @@ on:
1818
- 'doc/**'
1919

2020
jobs:
21-
build:
22-
21+
lint:
2322
runs-on: ubuntu-latest
24-
strategy:
25-
matrix:
26-
python-version: [3.5]
27-
2823
steps:
2924
- uses: actions/checkout@v2
30-
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v1
25+
- name: Set up Python
26+
uses: actions/setup-python@v2
3227
with:
33-
python-version: ${{ matrix.python-version }}
28+
python-version: '3.5'
3429
- name: Install dependencies
3530
run: |
3631
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)