We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6572fc2 commit 51d0f30Copy full SHA for 51d0f30
.conda/recipe.yaml
@@ -6,7 +6,8 @@ build:
6
noarch: python
7
number: 0
8
script:
9
- - python -m pip install paho-mqtt opentrons_shared_data
+ - python -m pip install paho-mqtt
10
+ - python -m pip install opentrons_shared_data
11
- python -m pip install git+https://github.com/Xuwznln/pylabrobot.git
12
- python -m pip install . --no-deps
13
0 commit comments