Skip to content

updated requirement files and changelog #51

updated requirement files and changelog

updated requirement files and changelog #51

Workflow file for this run

name: pylint
on:
push:
branches:
- develop
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: install dependencies
run: |
pip install pylint numpy gslconsts lxml
- name: run linter
run: |
pylint --extension-pkg-whitelist=lxml.etree --fail-under=9.9 lvlspy/*.py