Skip to content

Commit

Permalink
Pin liblief to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Jan 18, 2025
1 parent e3319b3 commit 5b3c41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-bindings-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
displayName: 'Test'
- bash: |
conda create -n build -y -c conda-forge python=3.11 conda-build anaconda-client && \
conda create -n build -y -c conda-forge python=3.11 liblief=0.14.1 conda-build anaconda-client && \
source activate build && \
conda build --token $TOKEN --user cadquery --label dev -c conda-forge --override-channels conda
displayName: 'Build conda package'
Expand All @@ -190,7 +190,7 @@ jobs:
TOKEN: $(anaconda.TOKEN)
- bash: |
conda create -n build -y -c conda-forge python=3.11 conda-build anaconda-client && \
conda create -n build -y -c conda-forge python=3.11 liblief=0.14.1 conda-build anaconda-client && \
source activate build && \
conda build -c conda-forge --override-channels conda
displayName: 'Build conda package'
Expand Down

0 comments on commit 5b3c41d

Please sign in to comment.