Skip to content

chore(deps): update dependency pylint to v3 #337

chore(deps): update dependency pylint to v3

chore(deps): update dependency pylint to v3 #337

Workflow file for this run

name: Import Test
on: [pull_request]
jobs:
python-check:
runs-on: windows-2022
strategy:
max-parallel: 3
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -U pip poetry
poetry --version
poetry install -vvv || poetry install -vvv || poetry install -vvv
poetry run pytest