Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Dec 19, 2024
1 parent ad48534 commit 97631de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ abstract class TestCase extends BaseTestCase
{
protected function deepface(): DeepFace
{
return new DeepFace('/opt/homebrew/bin/python3.11');
return new DeepFace();
}

protected function image(string $img): string
Expand Down

0 comments on commit 97631de

Please sign in to comment.