We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 977c5d9 + 073a86c commit f4dd3e3Copy full SHA for f4dd3e3
2 files changed
.github/workflows/conda-package.yml
@@ -82,6 +82,9 @@ jobs:
82
environment-file: ${{ env.build-conda-pkg-env }}
83
activate-environment: ${{ env.build-env-name }}
84
85
+ - name: List installed packages
86
+ run: mamba list
87
+
88
- name: Store conda paths as envs
89
shell: bash -el {0}
90
run: |
environments/build_conda_pkg.yml
@@ -4,3 +4,4 @@ channels:
4
dependencies:
5
- python=3.12 # conda-build does not support python 3.13
6
- conda-build=25.3.2
7
+ - libxml2=2.13.7 # libs dependency issue in 2.14.0
0 commit comments