Skip to content

Commit 280aa89

Browse files
authored
Rename build_tools directory to dev_tools (#719)
1 parent 280c12d commit 280aa89

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m pip install -r requirements.txt
6262

6363
- name: Run C++ tests
64-
run: bash build_tools/test_libs.sh
64+
run: bash dev_tools/test_libs.sh
6565

6666
- name: Build wheels
6767
run: python -m cibuildwheel --output-dir wheelhouse

.github/workflows/testing_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: python -m pip install -r requirements.txt
6767

6868
- name: Run C++ tests
69-
run: bash build_tools/test_libs.sh
69+
run: bash dev_tools/test_libs.sh
7070

7171
- name: Build wheels
7272
run: python -m cibuildwheel --output-dir wheelhouse
File renamed without changes.

0 commit comments

Comments
 (0)