Skip to content

Commit

Permalink
fix: start docker daemon in remoteclient test enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
hlouzada committed Sep 30, 2024
1 parent 8965845 commit 7a7eb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-remoteclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
sudo apt-get update --fix-missing
sudo apt-get install -qq pyqt5-dev-tools libxcb-xinerama0 xterm --fix-missing
sudo apt-get install -qq docker docker-compose --fix-missing
sudo service docker start
- name: Cache conda
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 7a7eb60

Please sign in to comment.