Skip to content

Commit

Permalink
fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Jan 7, 2025
1 parent b4bf0ca commit 1da45bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eve/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def trigger_delete(
)

root_dir = Path(__file__).parent.parent
workflows_dir = root_dir / ".." / "workflows"
workflows_dir = root_dir / ".." / ".." / "workflows"

image = (
modal.Image.debian_slim(python_version="3.11")
Expand Down

0 comments on commit 1da45bb

Please sign in to comment.