File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- - ' feature/**'
8- - ' hotfix/**'
97 tags :
108 - ' **'
119 pull_request : {}
6058 uses : actions/setup-python@v2
6159 with :
6260 python-version : ${{ matrix.python-version }}
63- - uses : snok/install-poetry@v1.1.2
61+ - uses : snok/install-poetry@v1
6462 with :
6563 virtualenvs-create : true
6664 virtualenvs-in-project : true
7068 - name : Remove lint dependencies
7169 run : |
7270 mv pyproject.toml ~pyproject.toml
73- cat ~pyproject.toml | sed '/^black =/d' | sed '/^isort =/d'| sed '/^flake8[a-zA-Z-]* =/d' > pyproject.toml
71+ cat ~pyproject.toml | sed '/^black =/d' | sed '/^isort =/d' | sed '/^flake8[a-zA-Z-]* =/d' > pyproject.toml
7472 - name : Install dependencies
7573 run : poetry install --no-interaction --no-root
7674 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments