From be76cf60ca641d9cf5bfc0f6965e3af629ea77b4 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 7 Jun 2024 16:13:12 -0400 Subject: [PATCH] write-feather -> write_feather --- .github/workflows/crash_repro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crash_repro.yml b/.github/workflows/crash_repro.yml index cda1b406fc442..0917cb5e50b80 100644 --- a/.github/workflows/crash_repro.yml +++ b/.github/workflows/crash_repro.yml @@ -42,7 +42,7 @@ jobs: - name: Build Crash Executable run: ci/scripts/crash_repro.sh $(pwd) - name: Run Repro Script - run: ./crash-repro/install/write-feather testfile.feather + run: ./crash-repro/install/write_feather testfile.feather macos: name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} MATLAB @@ -64,7 +64,7 @@ jobs: - name: Build Crash Executable run: ci/scripts/crash_repro.sh $(pwd) - name: Run Repro Script - run: ./crash-repro/install/write-feather testfile.feather + run: ./crash-repro/install/write_feather testfile.feather windows: name: AMD64 Windows 2022