Skip to content

Commit

Permalink
grr windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lanham committed Oct 1, 2024
1 parent 937edd1 commit 45ad004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test-all-arrow-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test_arrow_version() {

MIN_ARROW_VER="52.0.0"

for ARROW_VERSION in $(curl -s https://crates.io/api/v1/crates/arrow | jq -r '.versions[].num')
for ARROW_VERSION in $(curl -s https://crates.io/api/v1/crates/arrow | jq -r '.versions[].num' | tr -d '\r')
do
if ! is_version_lt "$ARROW_VERSION" "$MIN_ARROW_VER"
then
Expand Down

0 comments on commit 45ad004

Please sign in to comment.