Skip to content

Commit

Permalink
chore: fix lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Sep 29, 2023
1 parent 2e0d203 commit 786a7e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_use_cases_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
- name: Set up Environment
run: |
# Setup commands if any, for example, installing dependencies, etc.
apt-get update && apt-get install -y python3-venv make # Add other dependencies as needed
apt-get update && apt-get install -y python3-venv make && apt install git git-lfs -y
- name: Pull LFS use_case_examples files
run: |
git lfs pull --include "use_case_examples" --exclude ""
- name: Run Use Case Examples Script
run: |
Expand Down

0 comments on commit 786a7e9

Please sign in to comment.