adding github action

This commit is contained in:
dcsena 2023-03-20 16:34:18 -04:00
commit b8833ff1d1

View file

@ -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