From ae2ff13086244be4f6c3d82d06486267a97a7b0b Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 7 Jun 2024 16:54:18 -0400 Subject: [PATCH] change write_feather call --- .github/workflows/crash_repro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crash_repro.yml b/.github/workflows/crash_repro.yml index 0917cb5e50b80..c69cd5dcb63c1 100644 --- a/.github/workflows/crash_repro.yml +++ b/.github/workflows/crash_repro.yml @@ -82,4 +82,4 @@ jobs: - name: Run Repro Script shell: cmd run: | - bash -c "crash-repro/install/write_feather testfile.feather" \ No newline at end of file + crash-repro/install/write_feather testfile.feather \ No newline at end of file