Skip to content

Commit

Permalink
modify workflow file to pass CI/CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Popov-Dmitriy-Ivanovich committed Dec 1, 2023
1 parent df1f647 commit 11a0389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
./b2 install -j4 --prefix=/usr/local
CIBW_TEST_COMMAND: >
cp {project}/test_input_data/WDC_satellites.csv {project}/src/python_bindings &&
cp {project}/test_input_data/transactional_data/rules-kaggle-rows.csv {project}/src/python_bindings &&
cp {project}/test_input_data/TestLong.csv {project}/src/python_bindings &&
cp {project}/test_input_data/TestWide.csv {project}/src/python_bindings &&
cd {project}/src/python_bindings &&
python3 {project}/src/python_bindings/test_bindings.py
Expand Down

0 comments on commit 11a0389

Please sign in to comment.