From fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23 Mon Sep 17 00:00:00 2001 From: Megan Sosey Date: Tue, 4 Oct 2016 14:08:16 -0400 Subject: update wfc3tools to 1.3.3 (#65) * update wfc3tools to 1.3.3 * updated yaml file to the new format * just requre import of package for test * removed d2to1 statments from build --- wfc3tools/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'wfc3tools/build.sh') diff --git a/wfc3tools/build.sh b/wfc3tools/build.sh index 60e0bea..5c61be1 100644 --- a/wfc3tools/build.sh +++ b/wfc3tools/build.sh @@ -1,4 +1 @@ - -pip install --no-deps --upgrade --force d2to1 || exit 1 - -python setup.py install || exit 1 \ No newline at end of file +python setup.py install || exit 1 -- cgit