From 0d110d091842c564670c3d2fa64afd76d68ec0b0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 9 Aug 2025 06:24:40 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A4=96=E9=83=A8=E3=83=AA=E3=83=9D?= =?UTF-8?q?=E3=82=B8=E3=83=88=E3=83=AA=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- external_libraries/python_numpy_to_cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external_libraries/python_numpy_to_cpp b/external_libraries/python_numpy_to_cpp index ee141a3..fc7e9b4 160000 --- a/external_libraries/python_numpy_to_cpp +++ b/external_libraries/python_numpy_to_cpp @@ -1 +1 @@ -Subproject commit ee141a349e2e0d8b3fad2b7a1b8aafd793b6ceca +Subproject commit fc7e9b4bbfa0d715a5a61b8bce42f52a77156d71 From 5726240043d9624aa74c2a264fb5e6260607c4f9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 9 Aug 2025 06:24:58 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run_test_vs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_test_vs.yml b/.github/workflows/run_test_vs.yml index 540edab..18b14dc 100644 --- a/.github/workflows/run_test_vs.yml +++ b/.github/workflows/run_test_vs.yml @@ -2,7 +2,7 @@ name: Run test VS on: push: - branches: [ develop ] + branches: [ develop, feature/* ] jobs: test_vs: From 8d41ea4635f08ce780de019c84ee1cd7a20bb651 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 9 Aug 2025 06:25:31 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E5=AE=8C?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run_test_vs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_test_vs.yml b/.github/workflows/run_test_vs.yml index 18b14dc..540edab 100644 --- a/.github/workflows/run_test_vs.yml +++ b/.github/workflows/run_test_vs.yml @@ -2,7 +2,7 @@ name: Run test VS on: push: - branches: [ develop, feature/* ] + branches: [ develop ] jobs: test_vs: