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