Skip to content

Commit

Permalink
Revert "Install ninja before building Python in CI"
Browse files Browse the repository at this point in the history
This reverts commit 01615d3.
  • Loading branch information
BUYT-1 committed Nov 25, 2024
1 parent 4132620 commit b896a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/bindings-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
cp test_input_data/TestLong.csv src/python_bindings/
cp test_input_data/TestWide.csv src/python_bindings/
cp test_input_data/transactional_data/rules-kaggle-rows.csv src/python_bindings/
sudo apt-get install -y ninja-build
pip install .
cd src/python_bindings
python test_bindings.py
Expand Down

0 comments on commit b896a23

Please sign in to comment.