Skip to content

Commit 1a497de

Browse files
author
Gennadii Kandaurov
committed
add pipeline
1 parent e41e784 commit 1a497de

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/validation.yml

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

26-
- name: Build C-ext
27-
working-directory: ./lesson-12/src/capi_utils
28-
run: python setup.py install
29-
3026
- name: Check flake8
3127
run: flake8 .
3228

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Лекции и материалы (слайды, домашки, код с занятий)
55
01. [Введение, типы данных, управляющие конструкции, тестирование](lesson-01)
6+
02. [Функции](lesson-02)
67

78

89
## FAQ

0 commit comments

Comments
 (0)