Skip to content

Commit 572efa1

Browse files
Merge pull request #40 from ricardogsilva/39-convert-pyproject-toml-file-to-use-standard-project-metadata
Migrated pyproject.toml to standard project definition
2 parents 6ba0325 + 28d9c83 commit 572efa1

File tree

4 files changed

+159
-114
lines changed

4 files changed

+159
-114
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: poetry
2626

2727
- name: install code with dev dependencies
28-
run: poetry install --with ci
28+
run: poetry install --with ci --with test
2929

3030
- name: run ruff linter
3131
run: poetry run ruff check

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In a brief nutshell:
4242
to work on docs):
4343

4444
```shell
45-
poetry install --with dev --with docs
45+
poetry install --with dev --with test --with docs
4646
```
4747

4848
5. Optionally (but strongly recommended) enable the [pre-commit] hooks

0 commit comments

Comments
 (0)