We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c763a6b commit 494fd75Copy full SHA for 494fd75
ci/conda-recipe/meta.yaml
@@ -11,7 +11,6 @@ source:
11
build:
12
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
13
string: {{ environ.get('GIT_BUILD_STR', '') }}{% if environ.get('GIT_BRANCH') %}_{{ environ.get('GIT_BRANCH').replace('-', '') }}{% endif %}
14
- script: python -m pip install . --no-deps --ignore-installed -vvv
15
skip: true # [py == 27]
16
17
requirements:
0 commit comments