Skip to content

Commit

Permalink
fix: Maybe we don't need to install docker?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Mar 22, 2023
1 parent c3cc0e7 commit c28cb8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Docker
run: |
sudo apt-get install -y docker.io
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c28cb8a

Please sign in to comment.