Skip to content

Commit

Permalink
install pylief 0.14.1 from mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jan 19, 2025
1 parent 60fd199 commit 7be0185
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ jobs:
micromamba install -y logzero toml pandas joblib tqdm jinja2 toposort schema click py-lief=0.14.1 python-clang pyparsing
pip install "pybind11==2.12.*" path # cannot be installed with micromamba on Py3.12 and Py3.13
else
pip install "pybind11==2.12.*" logzero toml pandas joblib path tqdm jinja2 toposort schema click lief==0.14.1 clang==15.0.7 pyparsing
micromamba install -y py-lief=0.14.1
pip install "pybind11==2.12.*" logzero toml pandas joblib path tqdm jinja2 toposort schema click clang==15.0.7 pyparsing
fi
- name: (All) Clone OCP [PYWRAP=true]
Expand Down Expand Up @@ -824,7 +825,8 @@ jobs:
micromamba install -y logzero toml pandas joblib tqdm jinja2 toposort schema click py-lief=0.14.1 python-clang pyparsing
pip install "pybind11==2.12.*" path # cannot be installed with micromamba on Py3.12 and Py3.13
else
pip install "pybind11==2.12.*" logzero toml pandas joblib path tqdm jinja2 toposort schema click lief==0.14.1 clang==15.0.7 pyparsing
micromamba install -y py-lief=0.14.1
pip install "pybind11==2.12.*" logzero toml pandas joblib path tqdm jinja2 toposort schema click clang==15.0.7 pyparsing
fi
- name: (Linux) Generate OCP build files and build OCP
Expand Down

0 comments on commit 7be0185

Please sign in to comment.