diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e6a0749..c4a906ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,13 +27,16 @@ jobs: with: python-version: ${{ matrix.python }} + - name: Install dependencies + run: | + pip install setuptools + pip install matplotlib + pip install pytest + - name: Install lib run: | - pip install --upgrade pip - pip install -e . + python setup.py develop - name: pytest run: | - pip install matplotlib - pip install pytest pytest GPy/testing