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}