Skip to content

Commit

Permalink
fix docker image: cmany must be installed from the local clone
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed May 1, 2024
1 parent 6a73831 commit 5aa9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/ubuntu18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN ( \
set -xe ; \
cd /tmp ; \
git clone --recursive https://github.com/biojppm/cmany -b dev ; \
pip install cmany \
pip install ./cmany \
) \
&& echo "cmany done"

Expand Down

0 comments on commit 5aa9fb5

Please sign in to comment.