File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
displayName: 'Test'
180
180
181
181
- bash : |
182
- conda create -n build -y -c conda-forge python=3.11 conda-build anaconda-client && \
182
+ conda create -n build -y -c conda-forge python=3.11 liblief=0.14.1 conda-build anaconda-client && \
183
183
source activate build && \
184
184
conda build --token $TOKEN --user cadquery --label dev -c conda-forge --override-channels conda
185
185
displayName: 'Build conda package'
@@ -190,7 +190,7 @@ jobs:
190
190
TOKEN: $(anaconda.TOKEN)
191
191
192
192
- bash : |
193
- conda create -n build -y -c conda-forge python=3.11 conda-build anaconda-client && \
193
+ conda create -n build -y -c conda-forge python=3.11 liblief=0.14.1 conda-build anaconda-client && \
194
194
source activate build && \
195
195
conda build -c conda-forge --override-channels conda
196
196
displayName: 'Build conda package'
You can’t perform that action at this time.
0 commit comments