We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcef07a + 9663c63 commit a7e85a2Copy full SHA for a7e85a2
.github/workflows/conda-package.yml
@@ -47,7 +47,8 @@ jobs:
47
- name: Add conda to system path
48
run: echo $CONDA/bin >> $GITHUB_PATH
49
- name: Install conda-build
50
- run: conda install conda-build -c conda-forge --override-channels
+ # FIXME: unpin when conda-build fixes issues with lief
51
+ run: conda install conda-build"<=24.11.2" -c conda-forge --override-channels
52
- name: Store conda paths as envs
53
shell: bash -l {0}
54
run: |
@@ -96,9 +97,10 @@ jobs:
96
97
python-version: ${{ matrix.python }}
98
99
- name: Install conda build
100
101
102
conda activate
- conda install -y conda-build
103
+ conda install -y conda-build"<=24.11.2"
104
conda list -n base
105
106
- name: Cache conda packages
0 commit comments