Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Feb 22, 2024
1 parent 1f39d31 commit 2657454
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
env:
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: databricks version
shell: bash

Expand Down Expand Up @@ -150,7 +153,10 @@ jobs:
- run: curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/${{ github.sha }}/install.sh | sh
shell: bash
env:
DATABRICKS_RUNTIME_VERSION: 15.0
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: databricks version
shell: bash
Expand Down

0 comments on commit 2657454

Please sign in to comment.