We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10346e7 commit ba9c6f6Copy full SHA for ba9c6f6
.ci/pytorch/macos-test.sh
@@ -3,7 +3,7 @@ set -x
3
4
# shellcheck disable=SC2034
5
# shellcheck source=./macos-common.sh
6
-source "$(di.rname "${BASH_SOURCE[0]}")/macos-common.sh"
+source "$(dirname "${BASH_SOURCE[0]}")/macos-common.sh"
7
8
if [[ -n "$CONDA_ENV" ]]; then
9
# Use binaries under conda environment
0 commit comments