mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-06-18 09:26:12 +03:00
remove install from requirements.txt
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user