Skip to content

Commit

Permalink
one more fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Jan 7, 2025
1 parent 1da45bb commit f51b9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eve/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ async def trigger_delete(
],
)

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

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

0 comments on commit f51b9cd

Please sign in to comment.