Skip to content

Commit dfdf5f0

Browse files
committed
temporaily disable pylint
1 parent 990f3de commit dfdf5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: |
4242
python -m black pymc_bart --check
4343
echo "Success!"
44-
echo "Checking code style with pylint..."
45-
python -m pylint pymc_bart/
44+
# echo "Checking code style with pylint..."
45+
# python -m pylint pymc_bart/
4646
- name: Run tests
4747
shell: bash -l {0}
4848
run: |

0 commit comments

Comments
 (0)