Skip to content

Commit 7b2e483

Browse files
Adding export plugin
1 parent 936a0f7 commit 7b2e483

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/quality_check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ 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
66-
- name: reading export
67-
run: cat requirements.txt
6864
- name: Formatting and Linting
6965
run: make lint
7066
- name: Static type checking

0 commit comments

Comments
 (0)