Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Dec 14, 2018
1 parent 663fc36 commit fa81abd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .scripts/conda-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ if [ -f "${PWD}/meta.yaml" ]; then
conda-build \
--cache-dir=/tmp/pyctest-conda-build \
-c conda-forge -c jrmadsen \
--override-channels --python=${i} .
--override-channels \
--no-include-recipe \
--python=${i} $@ .
conda-build purge
done
conda config --set anaconda_upload no
Expand Down
4 changes: 3 additions & 1 deletion .scripts/quick-conda-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ if [ -f "${PWD}/meta.yaml" ]; then
conda-build --no-test \
--cache-dir=/tmp/pyctest-conda-build \
-c conda-forge -c jrmadsen \
--override-channels --python=${i} .
--override-channels \
--no-include-recipe \
--python=${i} $@ .
conda-build purge
done
conda config --set anaconda_upload no
Expand Down

0 comments on commit fa81abd

Please sign in to comment.