Skip to content

Commit

Permalink
Install python2 dependencies where available.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jul 9, 2024
1 parent ef94089 commit bac8010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ test-pypi-install:
test-2and3:
FROM +build
DO +INSTALL
# Not all platforms provide python2
RUN apt-get update; apt-get install -y python-all-dev python-pip || true
RUN bash -x ./test2and3.sh

0 comments on commit bac8010

Please sign in to comment.