We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762efd6 commit 057446fCopy full SHA for 057446f
.github/workflows/test.yml
@@ -35,4 +35,5 @@ jobs:
35
python-version: "3.11"
36
cache: poetry
37
- run: poetry install
38
+ working-directory: bolt
39
- run: ./scripts/ruff --check
bolt-worker/pyproject.toml
@@ -13,7 +13,7 @@ python = "^3.11"
13
14
[tool.poetry.dev-dependencies]
15
pytest = "^7.1.2"
16
-bolt = {path = ".."}
+bolt = {path = "../bolt"}
17
bolt-db = {path = "../bolt-db"}
18
19
[build-system]
0 commit comments