Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit b1662e0

Browse files
committed
Bump conda to 1.13
1 parent e9babfd commit b1662e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ conda-test:
7171
-v ${CURDIR}/pandas:/pandas \
7272
-v ${CURDIR}/recipe:/recipe \
7373
pandas-build \
74-
sh -c "conda build --numpy=1.12 --python=3.6 /recipe --output-folder=/pandas/dist"
74+
sh -c "conda build --numpy=1.13 --python=3.6 /recipe --output-folder=/pandas/dist"
7575

7676
pip-test: pandas/dist/$(TARGZ)
7777
docker run -it --rm \

0 commit comments

Comments
 (0)