Skip to content

Commit 4b8e246

Browse files
Update validation.yml
1 parent 79577ae commit 4b8e246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- name: Install dependencies
2424
run: pip install -r requirements.txt
2525

26+
- name: Build C-ext
27+
working-directory: ./lesson-12/src/c_api
28+
run: python setup.py install
29+
2630
- name: Check flake8
2731
run: flake8 .
2832

0 commit comments

Comments
 (0)