Skip to content

Commit

Permalink
Updates CI to remove unnecessary environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Dec 16, 2024
1 parent 0cbb3d8 commit a520e4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
mkdir -p /core/build
cd /core/build
cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_CORE_HEADERS_ONLY=OFF ..
export TRITON_PYBIND="_c/triton_bindings.cpython-310-x86_64-linux-gnu.so"
make -j8
- name: Run tests with pytest
Expand Down

0 comments on commit a520e4a

Please sign in to comment.