Skip to content
Snippets Groups Projects
Commit e2d705ef authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Fix minor whitespace typo

parent d8c3848d
No related branches found
No related tags found
No related merge requests found
Pipeline #27258 passed
......@@ -17,7 +17,7 @@ build:
- python setup.py sdist --formats=zip
{% endif %}
- python setup.py install --single-version-externally-managed --record record.txt
# installs the documentation source, readme to share/doc so it is available
# installs the documentation source, readme to share/doc so it is available
# during test time
- install -d "${PREFIX}/share/doc/{{ name }}"
- cp -R README.rst doc "${PREFIX}/share/doc/{{ name }}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment