Skip to content

Commit d93bf72

Browse files
Adding export plygin
1 parent 55041c5 commit d93bf72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install dependencies
6363
run: make dev-quality-code
64+
- name: testing export
65+
run: poetry export --format requirements.txt --output requirements.txt
6466
- name: Formatting and Linting
6567
run: make lint
6668
- name: Static type checking

0 commit comments

Comments
 (0)