Skip to content

Commit

Permalink
Correct line that computes package name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 23, 2024
1 parent 6bbb295 commit 3d22399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ rapids-logger "Begin py build"

rapids-conda-retry mambabuild conda/recipes/numba-cuda

echo "package_name=`$(basename /tmp/conda-bld-output/noarch/numba-cuda-*.tar.bz2)`" >> $GITHUB_ENV
echo "package_name=$(basename /tmp/conda-bld-output/noarch/numba-cuda-*.tar.bz2)" >> $GITHUB_ENV

0 comments on commit 3d22399

Please sign in to comment.