Skip to content

Commit

Permalink
Install git lfs in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jan 17, 2025
1 parent 8bfefbd commit 98a5c74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_onnx_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install Git LFS
run: sudo apt install -y git-lfs

# Install Python packages.
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
Expand Down

0 comments on commit 98a5c74

Please sign in to comment.