From 194d8b752c6a4a37e764b8c038b9cc555a6fba5d Mon Sep 17 00:00:00 2001 From: Antoine Amend Date: Fri, 8 Mar 2024 16:08:54 -0500 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 970fb00..ab9de7c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,4 +9,5 @@ jobs: steps: - name: Install dependencies run: | - echo pip install git+https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/databricks-industry-solutions/industry-solutions-release + echo ${GITHUB_ACTOR} + echo ${{ secrets.GITHUB_TOKEN }}