Skip to content

Commit

Permalink
Changes for CI tests and updated pylintrc to version 2.17 (ForensicAr…
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Aug 6, 2023
1 parent 42d6a52 commit 79d1106
Show file tree
Hide file tree
Showing 8 changed files with 334 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.8'
- python-version: '3.11'
toxenv: 'docs'
container:
image: ubuntu:22.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.8'
toxenv: 'py38,coverage'
- python-version: '3.11'
toxenv: 'py311,coverage'
container:
image: ubuntu:22.04
steps:
Expand Down
Loading

0 comments on commit 79d1106

Please sign in to comment.