Skip to content

Commit f4dd3e3

Browse files
authored
Merge branch 'master' into bump-conda-build-version
2 parents 977c5d9 + 073a86c commit f4dd3e3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
environment-file: ${{ env.build-conda-pkg-env }}
8383
activate-environment: ${{ env.build-env-name }}
8484

85+
- name: List installed packages
86+
run: mamba list
87+
8588
- name: Store conda paths as envs
8689
shell: bash -el {0}
8790
run: |

environments/build_conda_pkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ channels:
44
dependencies:
55
- python=3.12 # conda-build does not support python 3.13
66
- conda-build=25.3.2
7+
- libxml2=2.13.7 # libs dependency issue in 2.14.0

0 commit comments

Comments
 (0)