Skip to content

Commit

Permalink
chmod test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Aug 28, 2024
1 parent 89ac9e0 commit 560eb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cudf_pandas_scripts/third-party-integration/test_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main() {

for lib in ${LIBS//,/ }; do
lib=$(echo "$lib" | tr -d '""')
echo "Running tests for $lib"
echo "Running tests for library $lib"

CUDA_MAJOR=$(if [ "$lib" = "tensorflow" ]; then echo "11"; else echo "12"; fi)

Expand Down

0 comments on commit 560eb82

Please sign in to comment.