Skip to content

Update requirements.txt updated pyarrow version #18

Update requirements.txt updated pyarrow version

Update requirements.txt updated pyarrow version #18

Workflow file for this run

name: linting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install pylint
- run: pip install databricks-labs-pylint
- run: pylint --load-plugins=databricks.labs.pylint.all covid_analysis/transforms.py