Skip to content

Commit 057446f

Browse files
committed
Try to fix ci
1 parent 762efd6 commit 057446f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
python-version: "3.11"
3636
cache: poetry
3737
- run: poetry install
38+
working-directory: bolt
3839
- run: ./scripts/ruff --check

bolt-worker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = "^3.11"
1313

1414
[tool.poetry.dev-dependencies]
1515
pytest = "^7.1.2"
16-
bolt = {path = ".."}
16+
bolt = {path = "../bolt"}
1717
bolt-db = {path = "../bolt-db"}
1818

1919
[build-system]

0 commit comments

Comments
 (0)