Skip to content

Commit

Permalink
Test cudf againist the latest stable branch of Narwhals
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Mar 4, 2025
1 parent 29b81eb commit 5bcea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_narwhals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trap "EXITCODE=1" ERR
set +e

rapids-logger "pytest narwhals"
git clone https://github.com/narwhals-dev/narwhals --depth=1
git clone https://github.com/narwhals-dev/narwhals --depth=1 -b stable
pushd narwhals || exit 1
rapids-pip-retry install -U -e ".[dev]"

Expand Down

0 comments on commit 5bcea28

Please sign in to comment.