Skip to content

Commit 5b3c41d

Browse files
Pin liblief to 0.14.1
1 parent e3319b3 commit 5b3c41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-bindings-job.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
displayName: 'Test'
180180
181181
- 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 && \
183183
source activate build && \
184184
conda build --token $TOKEN --user cadquery --label dev -c conda-forge --override-channels conda
185185
displayName: 'Build conda package'
@@ -190,7 +190,7 @@ jobs:
190190
TOKEN: $(anaconda.TOKEN)
191191
192192
- 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 && \
194194
source activate build && \
195195
conda build -c conda-forge --override-channels conda
196196
displayName: 'Build conda package'

0 commit comments

Comments
 (0)