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