Skip to content

Commit f89b9f2

Browse files
committed
Re-enable flake8, pylint, mypy
1 parent 1e3f066 commit f89b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pip install codecov
6161
6262
- name: Run flake8, pylint, mypy
63-
if: matrix.python-version == '3.10'
63+
if: matrix.python-version == '3.10.6'
6464
run: |
6565
flake8 cmdstanpy test
6666
pylint -v cmdstanpy test

0 commit comments

Comments
 (0)