Skip to content

Commit 1c0999e

Browse files
Update pipelines.yml
1 parent 66e1d7a commit 1c0999e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
- name: Run a databricks notebook
4141
uses: databricks/run-notebook@v0
4242
with:
43-
local-notebook-path: $DEV_DIRECTORY/unit-tests/test_with_percent_run.py
44-
databricks-host: $DATABRICKS_HOST
45-
databricks-token: $DATABRICKS_TOKEN
43+
local-notebook-path: unit-tests/test_with_percent_run
4644
git-commit: ${{ github.event.pull_request.head.sha }}
4745
new-cluster-json: >
4846
{

0 commit comments

Comments
 (0)