Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Nov 22, 2024
1 parent 49af49b commit 9220d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
build-essential dbus libdbus-glib-1-dev libgirepository1.0-dev \
python3-pip python3-wheel
python -m pip install --upgrade pip
pip3 install '.[container]'
pip3 install '.[container]'
- name: Prep
run: ./container/run.py --config container/example.yaml prep
- name: Start
Expand Down

0 comments on commit 9220d45

Please sign in to comment.