From 5402e200e2f6c19fe20a3749ce45d89a4659abf5 Mon Sep 17 00:00:00 2001 From: Nathan Voxland <nathan@voxland.net> Date: Fri, 1 Sep 2023 15:50:24 -0500 Subject: [PATCH] Fixed failing build (#2576) --- .github/workflows/test-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-push.yml b/.github/workflows/test-push.yml index 1f72ff9c11..167742526b 100644 --- a/.github/workflows/test-push.yml +++ b/.github/workflows/test-push.yml @@ -129,7 +129,7 @@ jobs: test: name: Test needs: setup - uses: activeloopai/shared-github-actions/.github/workflows/full_test.yml + uses: activeloopai/shared-github-actions/.github/workflows/full_test.yml@main if: github.repository == 'activeloopai/deeplake' with: repo: ${{ github.repository }}