From a65a697ef515ac3921d56434f272d89786b004c7 Mon Sep 17 00:00:00 2001 From: dcsena Date: Mon, 20 Mar 2023 16:35:34 -0400 Subject: [PATCH] refactoring --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79b9e033..07ef0f997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: if: ${{ matrix.python-impl != 'jython' }} run: pip install nose - name: Install yb - - uses: yourbase/install-yb-action@v1 + uses: yourbase/install-yb-action@v1 - name: Build run: yb build - name: Install yourbase