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 17, 2024
1 parent c7929fe commit 35c3db6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_one_use_cases_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ 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 git git-lfs binutils
# We need to freeze docker.io because its update requires user input
apt-mark hold docker.io
bash /script/make_utils/setup_os_deps.sh
make setup_env
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 35c3db6

Please sign in to comment.