Skip to content

Commit

Permalink
CI test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 17, 2024
1 parent e53e8ce commit afccf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/test_basic_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@


def test_basic_cases():
with warnings.catch_warnings(): # "error" help us find the deprecated APIs
with warnings.catch_warnings():
# "error" help us find the deprecated APIs
warnings.simplefilter("error")
import xorbits
import xorbits.pandas as pd
Expand Down

0 comments on commit afccf7c

Please sign in to comment.