Skip to content
Snippets Groups Projects
Commit 5e526569 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

no need to tag linux only packages in requirements.txt

parent 1921cd7d
Branches
Tags
No related merge requests found
Pipeline #49846 failed
......@@ -79,17 +79,13 @@ Here are the instructions to release Bob meta package:
$ bdt gitlab update-bob -vvv --stable
* The script above cannot identify linux only packages. After running the script,
**you need to manually tag linux only packages** in both ``conda/meta.yaml`` and
``requirements.txt``. For example, in ``conda/meta.yaml``:
**you need to manually tag linux only packages** in ``conda/meta.yaml``.
For example:
.. code-block:: yaml
- bob.ip.binseg ==1.1.0 # [linux]
and, in ``requirements.txt``::
bob.ip.binseg ==1.1.0 ; sys_platform == 'linux'
* Test the conda recipe of bob. You may want to cancel the
command below once it reaches the nosetests.:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment