Skip to content

Commit

Permalink
don't bother installing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2024
1 parent 5e89779 commit d9aeaa2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Docker
run: |
export DEBIAN_FRONTEND=noninteractive
# Kill any running apt processes
sudo killall -9 apt apt-get || true
# Remove lock files
sudo rm -f /var/lib/apt/lists/lock || true
sudo rm -f /var/cache/apt/archives/lock || true
sudo rm -f /var/lib/dpkg/lock* || true
# Reconfigure dpkg
sudo dpkg --configure -a || true
# Update and install Docker
sudo apt-get update
sudo apt-get -y install docker.io
- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit d9aeaa2

Please sign in to comment.