Skip to content

Commit 51d0f30

Browse files
committed
更新recipe.yaml文件,将paho-mqtt和opentrons_shared_data的安装步骤分开,以提高构建的可读性和可维护性。
1 parent 6572fc2 commit 51d0f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.conda/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build:
66
noarch: python
77
number: 0
88
script:
9-
- python -m pip install paho-mqtt opentrons_shared_data
9+
- python -m pip install paho-mqtt
10+
- python -m pip install opentrons_shared_data
1011
- python -m pip install git+https://github.com/Xuwznln/pylabrobot.git
1112
- python -m pip install . --no-deps
1213

0 commit comments

Comments
 (0)