Skip to content

Commit 08e9439

Browse files
committed
fix up
1 parent ac914d0 commit 08e9439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_ubuntuNativeContainerNV.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -97,6 +97,8 @@ jobs:
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

0 commit comments

Comments
 (0)