fix(repo): finally fixed pylint workflow
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 10s
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 10s
This commit is contained in:
parent
792848699b
commit
9d0a0cf0e9
1 changed files with 3 additions and 5 deletions
|
@ -7,16 +7,14 @@ jobs:
|
|||
container: catthehacker/ubuntu:act-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11.2"]
|
||||
python-version: ["3.11"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.6.0
|
||||
with:
|
||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Python ${{ matrix.python-version }}
|
||||
run: apt install python${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue