From df6eddf81fe8fecfbb0be1bed0ba8ed9fbecc930 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Mon, 8 Jul 2024 16:11:15 -0700 Subject: [PATCH] ref develop --- .github/workflows/unit-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 65fb8455cb..b28be5bc24 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -10,8 +10,8 @@ jobs: steps: - name: Check out the repository code uses: actions/checkout@v3 - # with: - # ref: develop + with: + ref: develop - uses: actions/setup-python@v4 with: