Skip to content

Commit cf43d97

Browse files
committed
Fix CI
1 parent 21d9ba3 commit cf43d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -21,6 +22,7 @@ jobs:
2122
python-version: ${{ matrix.python-version }}
2223
- run: |
2324
python -m pip install --upgrade pip
25+
pip install setuptools
2426
pipx install poetry==1.7.0
2527
- run: poetry install
2628
- run: poetry run pylama

0 commit comments

Comments
 (0)