Skip to content

Commit

Permalink
Merge branch 'master' into feat/openapi33
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson authored May 3, 2023
2 parents 1bcd811 + 993c486 commit 0879609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "setuptools<58"
pip install pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
npm install -g ajv-cli
npm install -g ajv-cli jsonlint
- name: Static Pylint code QA
run: pylint --errors-only **/*.py
- name: JSON linting
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
demjson
jsonschema
pre-commit
pylint

0 comments on commit 0879609

Please sign in to comment.