Skip to content

Commit

Permalink
chore: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 21, 2024
1 parent c7929fe commit 277a3f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_one_use_cases_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
with:
lfs: true

- name: Install dependencies
run: |
./script/make_utils/setup_os_deps.sh
make setup_env
- name: Run One Use Case Example Script
run: |
USE_CASE=${{ github.event_name == 'push' && 'deployment/breast_cancer' || github.event.inputs.use_case }}
Expand Down

0 comments on commit 277a3f2

Please sign in to comment.