Skip to content

Fix rename labels (#164) #676

Fix rename labels (#164)

Fix rename labels (#164) #676

Workflow file for this run

name: Pylint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install minimal dependencies
run: |
sudo apt install -y libopenslide0 libgeos-dev
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pylint
python -m pip install -e .
python -m pip install pyhaloxml
python -m pip install darwin-py
- name: Analysing the code with pylint
run: |
pylint dlup --errors-only