Skip to content

Commit

Permalink
turn off polars-arrow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 14, 2023
1 parent 8473df7 commit b4cdb90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
cargo miri test
--features object
-p polars-core
-p polars-arrow
# -p polars-arrow
4 changes: 2 additions & 2 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
-p polars-plan
-p polars-io
-p polars-core
-p polars-arrow
# -p polars-arrow
-p polars-time
-p polars-utils
-p polars-row
Expand All @@ -63,7 +63,7 @@ jobs:
-p polars-plan
-p polars-io
-p polars-core
-p polars-arrow
# -p polars-arrow
-p polars-time
-p polars-utils
-p polars-row
Expand Down

0 comments on commit b4cdb90

Please sign in to comment.