1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-01 12:28:29 +00:00

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

View File

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