Skip to content

Commit 5a1a4ce

Browse files
committed
remove code check from workflow
1 parent d3d8c97 commit 5a1a4ce

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ jobs:
3636
python --version
3737
conda list
3838
pip freeze
39-
- name: Run linters
40-
shell: bash -l {0}
41-
run: |
42-
python -m black pymc_bart --check
43-
echo "Success!"
44-
echo "Checking code style with pylint..."
45-
python -m pylint pymc_bart/
46-
- name: Run Mypy
47-
shell: bash -l {0}
48-
run: |
49-
python -m mypy pymc_bart
5039
- name: Run tests
5140
shell: bash -l {0}
5241
run: |

0 commit comments

Comments
 (0)