Skip to content

Commit 0de265c

Browse files
committed
Fix CI things
1 parent 3d1093e commit 0de265c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- 'feature/**'
8-
- 'hotfix/**'
97
tags:
108
- '**'
119
pull_request: {}
@@ -60,7 +58,7 @@ jobs:
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
@@ -70,7 +68,7 @@ jobs:
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
#----------------------------------------------

0 commit comments

Comments
 (0)