We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bde41 commit a8ac5e4Copy full SHA for a8ac5e4
1 file changed
.github/workflows/pythonpackage.yml
@@ -18,19 +18,14 @@ on:
18
- 'doc/**'
19
20
jobs:
21
- build:
22
-
+ lint:
23
runs-on: ubuntu-latest
24
- strategy:
25
- matrix:
26
- python-version: [3.5]
27
28
steps:
29
- uses: actions/checkout@v2
30
- - name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v1
+ - name: Set up Python
+ uses: actions/setup-python@v2
32
with:
33
- python-version: ${{ matrix.python-version }}
+ python-version: '3.5'
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
0 commit comments