diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index d83a7c37..e6d810c3 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -27,10 +27,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - - - name: Install build dependencies - run: | - pip install setuptools - name: Install lib run: | @@ -45,6 +41,11 @@ jobs: run: | pytest GPy/testing + - name: Install test dependencies + run: | + pip install matplotlib + pip install pytest + test-linux: strategy: matrix: @@ -59,10 +60,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - - - name: Install build dependencies - run: | - pip install setuptools - name: Install lib run: | @@ -90,10 +87,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - - - name: Install dependencies - run: | - pip install setuptools - name: Install lib run: | @@ -126,7 +119,6 @@ jobs: - name: Build lib run: | - pip install setuptools pip install wheel python setup.py develop python setup.py bdist_wheel @@ -159,7 +151,6 @@ jobs: - name: Build lib run: | - pip install setuptools pip install wheel python setup.py develop python setup.py bdist_wheel