Skip to content

Commit aef9228

Browse files
committed
Update CI for python_ci
1 parent e2acbc2 commit aef9228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
pip install -r requirements.txt
2121
- name: Run flake8
2222
run: |
23+
cd python_ci
2324
make flake8
2425
- name: Run mypy
2526
run: |
27+
cd python_ci
2628
make mypy
2729
- name: Run unittest
2830
run: |
31+
cd python_ci
2932
make test

0 commit comments

Comments
 (0)