From a74764213ae5f36e2d973020e26e6dc6d994786b Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 22 Feb 2024 14:54:16 +0100 Subject: [PATCH] - --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6c7e9e..80f92e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: DATABRICKS_RUNTIME_VERSION: value-does-not-matter # Append ~/bin to the PATH. This helps with the assertions in the next steps. - - run: echo "export PATH=\$PATH:\$HOME/bin" >> $GITHUB_ENV + - run: echo "PATH=$PATH:$HOME/bin" >> $GITHUB_ENV - run: databricks version shell: bash @@ -156,7 +156,7 @@ jobs: DATABRICKS_RUNTIME_VERSION: value-does-not-matter # Append ~/bin to the PATH. This helps with the assertions in the next steps. - - run: echo "export PATH=\$PATH:\$HOME/bin" >> $GITHUB_ENV + - run: echo "PATH=$PATH:$HOME/bin" >> $GITHUB_ENV - run: databricks version shell: bash