Skip to content

Commit 9f1fe1f

Browse files
authored
Merge pull request #120 from 4teamwork/pep621
Migrate pyproject.toml to PEP 621
2 parents 05c38a7 + 057f9d0 commit 9f1fe1f

4 files changed

Lines changed: 194 additions & 139 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
poetry-version: 2.1
2424
- name: Install dependencies
25-
run: poetry install
25+
run: poetry install -E dev
2626
- name: isort
2727
run: poetry run isort --check-only --quiet --settings pyproject.toml .
2828
- name: flake8

0 commit comments

Comments
 (0)