Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Add conda to system path
run: echo $CONDA/bin >> $GITHUB_PATH
- name: Install conda-build
# FIXME: unpin when conda-build fixes issues with lief
run: conda install conda-build"<25.1.2" -c conda-forge --override-channels
run: conda install conda-build -c conda-forge --override-channels
- name: Store conda paths as envs
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -97,10 +96,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install conda build
# FIXME: unpin when conda-build fixes issues with lief
run: |
conda activate
conda install -y conda-build"<25.1.2"
conda install -y conda-build
conda list -n base

- name: Cache conda packages
Expand Down
Loading