Skip to content

Commit 2b08449

Browse files
committed
Fix CI
1 parent 21d9ba3 commit 2b08449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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,7 +22,9 @@ jobs:
2122
python-version: ${{ matrix.python-version }}
2223
- run: |
2324
python -m pip install --upgrade pip
24-
pipx install poetry==1.7.0
25+
pip install setuptools==39.1.0
26+
pipx install poetry==1.8.0
2527
- run: poetry install
28+
- run: poetry add --group dev setuptools
2629
- run: poetry run pylama
2730
- run: poetry run py.test

0 commit comments

Comments
 (0)