From b8833ff1d140bfb0788d5b6c20dee04de0a153cc Mon Sep 17 00:00:00 2001 From: dcsena Date: Mon, 20 Mar 2023 16:34:18 -0400 Subject: [PATCH] adding github action --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 067306cc0..f79b9e033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,10 @@ jobs: - name: Install nose if: ${{ matrix.python-impl != 'jython' }} run: pip install nose + - name: Install yb + - uses: yourbase/install-yb-action@v1 + - name: Build + run: yb build - name: Install yourbase if: ${{ matrix.python-version == 3.9 }} run: pip install yourbase; pip install --force-reinstall coverage==6.1; pip install pytest