Skip to content

fix ernie operator setup #118

fix ernie operator setup

fix ernie operator setup #118

Workflow file for this run

name: Workflow for pylint
on:
pull_request:
branches:
- main
- zh
# file paths to consider in the event
paths:
- '**.py'
- '!**.md'
- '.github/workflows/pylint.yml'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.8
- name: Python pylint
run: |
pip install pylint==2.10.2
pylint --rcfile=.pylintrc --output-format=colorized src_towhee
pylint --rcfile=.pylintrc --output-format=colorized src_langchain
pylint --rcfile=.pylintrc --output-format=colorized offline_tools