Skip to content

Commit 06b8702

Browse files
committed
Fix GitHub actions
1 parent f23757f commit 06b8702

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To ensure code quality and correctness, use [Poetry](https://python-poetry.org/)
130130

131131
**Install development dependencies:**
132132
```bash
133-
poetry install --with dev --no-root
133+
poetry install --with dev
134134
```
135135

136136
**Run tests:**

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ classifiers = [
1717
"Operating System :: OS Independent"
1818
]
1919

20+
packages = [
21+
{ include = "easy_profile" }
22+
]
23+
2024
[tool.poetry.dependencies]
2125
python = ">=3.9,<4.0"
2226
sqlalchemy = "<2.1"

0 commit comments

Comments
 (0)