Skip to content

Commit

Permalink
new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBok committed Feb 29, 2024
1 parent 7ce5c6c commit ca54337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ 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;
echo "Looking for file ${filename}"
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}
Expand Down

0 comments on commit ca54337

Please sign in to comment.