Skip to content

Commit

Permalink
write-feather -> write_feather
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 7, 2024
1 parent 4eb7ddf commit be76cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crash_repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit be76cf6

Please sign in to comment.