Skip to content

chore(deps): bump scikit-learn in /tests/test_data/python_processor #102

chore(deps): bump scikit-learn in /tests/test_data/python_processor

chore(deps): bump scikit-learn in /tests/test_data/python_processor #102

Workflow file for this run

name: Lint test
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
common-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install pre-commit hook
run: |
pip install pre-commit
- name: Linting
run: pre-commit run --all-files
doc-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install Nox
run: |
pip install nox
- name: Linting
run: nox -s doc