mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
disable greenlet c++ test to avoid error "Failed building wheel for greenlet" on issue #726
This commit is contained in:
parent
5032e338ab
commit
a9082b0bc3
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ ENV NIGHTLY="" \
|
|||
ADMIN_PASSWORD="" \
|
||||
ALLOW_PUBLIC_PROJECT_CREATION="True" \
|
||||
ACTIVATE_ADMIN_DASHBOARD="False" \
|
||||
BABEL_DEFAULT_TIMEZONE="UTC"
|
||||
BABEL_DEFAULT_TIMEZONE="UTC" \
|
||||
GREENLET_TEST_CPP="no"
|
||||
|
||||
RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget &&\
|
||||
mkdir -p /etc/ihatemoney &&\
|
||||
|
|
Loading…
Reference in a new issue