Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Jul 10, 2024
1 parent b4e7b79 commit 5366cdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ def test_toolchain_verification(self):
self.assertTrue(worker.verify_toolchain())

def test_setup_fastchess(self):
self.assertTrue(worker.setup_fastchess(Path.cwd()))
self.assertTrue(
worker.setup_fastchess(Path.cwd(), list(detect_compilers().keys())[0])
)


if __name__ == "__main__":
Expand Down

0 comments on commit 5366cdd

Please sign in to comment.