Skip to content

Commit 949bbe5

Browse files
authored
Merge pull request #622 from stan-dev/fix/ci-missing-steps
Re-enable flake8, pylint, mypy
2 parents 1e3f066 + f89b9f2 commit 949bbe5

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)