Skip to content

Commit ab1e454

Browse files
committed
added repo for wheel
1 parent 2b20926 commit ab1e454

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip wheel setuptools cython
3636
37+
- name: Clone pyrfr
38+
run: |
39+
git clone https://github.com/automl/random_forest_run.git pyrfr
40+
cd pyrfr
41+
git submodule update --init --recursive
42+
3743
# Step 5: Build pyrfr wheel
3844
- name: Build pyrfr wheel
3945
run: |

0 commit comments

Comments
 (0)