From ca543371acf691ba17981393b745516bbdc69dba Mon Sep 17 00:00:00 2001 From: Daniel Bok Date: Thu, 29 Feb 2024 11:59:58 +0800 Subject: [PATCH] new build process --- .github/workflows/test-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index fa73fc3..35b3a0c 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -179,6 +179,7 @@ jobs: else # Following packages are needed to install copulae from source pip${{ matrix.python-version }} install numpy wheel cython scipy + python${{ matrix.python-version }} -m pip show numpy filename="copulae-*.tar.gz" fi; @@ -186,7 +187,6 @@ jobs: file=$(find dist -name "${filename}" -type f); pip${{ matrix.python-version }} list - python${{ matrix.python-version }} -m pip show numpy echo "Running pip${{ matrix.python-version }} install --user ${file}" pip${{ matrix.python-version }} install ${file}