Skip to content

Commit

Permalink
Experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
JunShern authored Mar 12, 2024
1 parent 4947c9b commit 48d4b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion evals/solvers/openai_assistants_solver_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"
MODEL = "gpt-4-1106-preview"

print("IN_GITHUB_ACTIONS", IN_GITHUB_ACTIONS)
def test_print():
print("IN_GITHUB_ACTIONS", IN_GITHUB_ACTIONS)
raise NotImplementedError("This is a test error")

@pytest.fixture
def dummy_data_file(scope="session"):
Expand Down

0 comments on commit 48d4b29

Please sign in to comment.