Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 9b3b4eb

Browse files
fixes
1 parent 3372465 commit 9b3b4eb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/pylint.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ on: [push]
1717

1818
jobs:
1919
setup-environment:
20-
name: Setup deployment environment (Ubuntu 18.04 - Node 12.x)
21-
runs-on: ubuntu-18.04
22-
# runs-on: ubuntu-latest
23-
strategy:
24-
matrix:
25-
python-version: [ "3.8", "3.9", "3.10" ]
26-
steps:
27-
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
29-
with:
30-
python-version: ${{ matrix.python-version }}
31-
architecture: x64
32-
cache: 'pip'
20+
name: Setup deployment environment (Ubuntu 18.04 - Python 3.x)
21+
runs-on: ubuntu-18.04
22+
# runs-on: ubuntu-latest
23+
strategy:
24+
matrix:
25+
python-version: [ "3.8", "3.9", "3.10" ]
26+
steps:
27+
- name: Set up Python ${{ matrix.python-version }}
28+
uses: actions/setup-python@v2
29+
with:
30+
python-version: ${{ matrix.python-version }}
31+
architecture: x64
32+
cache: 'pip'
3333
lint:
3434
runs-on: ubuntu-latest
3535
needs: setup-environment

0 commit comments

Comments
 (0)