From 4d3b49da7dd9d240cb44bb2796bfb7158cd5d326 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sun, 21 Jul 2024 16:44:50 +0200 Subject: [PATCH] update github workflow --- .github/workflows/test-and-deploy.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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