remove install from requirements.txt

This commit is contained in:
Dmitry Belyaev 2021-10-15 09:37:57 +03:00
parent f7a84cc58c
commit 9603718c83
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ jobs:
uses: snok/install-poetry@v1
- name: Install deps
run: poetry install
- name: Install deps form requirements.txt
run: poetry run pip install -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names