Skip to content

Commit

Permalink
Update travisci/libgdf/build_libgdf_cffi.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: ogreen <ogreen@gatech.edu>
  • Loading branch information
kkraus14 and ogreen committed Nov 7, 2018
1 parent 2e96915 commit 14aa3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travisci/libgdf/build_libgdf_cffi.sh
Expand Up @@ -9,5 +9,5 @@ fi

if [ "$BUILD_CFFI" == '1' ]; then
echo "Building libgdf_cffi"
travis_retry conda build conda-recipes/libgdf_cffi -c defaults -c conda-forge -c numba -c nvidia -c rapidsai --python=${PYTHON}
fi
travis_retry conda build conda-recipes/libgdf_cffi -c rapidsai -c nvidia -c numba -c conda-forge -c defaults --python=${PYTHON}
fi

0 comments on commit 14aa3cb

Please sign in to comment.