Skip to content

Bump notebook from 7.0.1 to 7.0.7 #1657

Bump notebook from 7.0.1 to 7.0.7

Bump notebook from 7.0.1 to 7.0.7 #1657

Workflow file for this run

name: status
on:
push:
paths-ignore:
- 'docs/**'
jobs:
lint-test:
runs-on: ubuntu-latest
container:
image: analysiscenter1/ds-py3
steps:
- uses: actions/checkout@v3
- name: Update pylint
run: pip3 install pylint
- name: Check pylint
run: pylint -rn --rcfile pylintrc batchflow
- name: Run tests
if: always()
run: pytest -m "not slow" --disable-pytest-warnings -v