Skip to content

Commit

Permalink
bizarre r-cran-nmf
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Mar 21, 2018
1 parent 43d0232 commit 9b28eaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ conda_build_test: &conda_build_test
and not numpy
and not test_intradependencies
and not perl-cpan-Moo
and not r-cran-nmf
and not cran-nmf
# skeleton_pypi skipped because of changes to PyPI API
# expand_globs and build_expands_wildcards fail on circleci because of list ordering discrepancies
# skipping numpy tests so circleci images don't need numpy (and mkl) installed
# test_intradependencies started failing after pkgs/main release it seems
# skipping perl-cpan-Moo because of changes in cpan API
# skipping r-cran-nmf because nmf was removed/archived in cran
# skipping cran-nmf because nmf was removed/archived in cran
command: |
. /opt/conda/etc/profile.d/conda.sh
conda activate base
Expand All @@ -134,11 +134,11 @@ conda_build_test: &conda_build_test
environment:
CONDABUILD_SKIP: >
not perl-cpan-Moo
and not r-cran-nmf
and not cran-nmf
and not skeleton_pypi
and not env_creation_with_short_prefix_does_not_deadlock
# skipping perl-cpan-Moo because of changes in cpan API
# skipping r-cran-nmf because nmf was removed/archived in cran
# skipping cran-nmf because nmf was removed/archived in cran
# skeleton_pypi skipped because of changes to PyPI API
# env_creation_with_short_prefix_does_not_deadlock: error is prefix is too long
command: |
Expand Down

0 comments on commit 9b28eaf

Please sign in to comment.