File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Python and Install Dependencies
2626 run : |
2727 DEBIAN_FRONTEND=noninteractive apt-get update -y
28- DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip python3-venv git autotools-dev wget gcc g++ build-essential cmake
28+ DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip python3-venv git autotools-dev wget gcc g++ build-essential cmake ninja-build
2929 DEBIAN_FRONTEND=noninteractive apt-get install -y python3-dev pybind11-dev python3-distutils
3030 pip3 install pybind11 -q
3131
9797 run : |
9898 set -x
9999 pip uninstall -y triton
100+ git config --global --add safe.directory /__w/flagtree/flagtree
101+ export CMAKE_MAKE_PROGRAM=$(which make)
100102 cd /__w/flagtree/flagtree/python
101103 MAX_JOBS=32 python3 -m pip install . --no-build-isolation
102104
You can’t perform that action at this time.
0 commit comments