ujson: fix build (#6498)

This commit is contained in:
DavidKorczynski 2021-09-21 12:08:15 +01:00 committed by GitHub
parent c2f87faec1
commit 164e40cfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN pip3 install hypothesis
RUN git clone \
--depth 1 \
--branch master \
--branch main \
https://github.com/ultrajson/ultrajson.git
WORKDIR ultrajson