Skip to content

Commit

Permalink
chore: add pandas tests to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 29, 2025
1 parent 1e12e4a commit 0706f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tests-basic:
poetry run pytest tests/basic
poetry run pytest -s tests/test_api.py
poetry run pytest tests/test_runner_caching.py
poetry run pytest -s tests/test_pandas_accessor.py
poetry run pytest -s tests/test_pandas_accessors.py

lint:
poetry run ruff check docetl/* --fix
Expand Down

0 comments on commit 0706f37

Please sign in to comment.