Skip to content

Commit

Permalink
chore: remove docker installation
Browse files Browse the repository at this point in the history
This wasn't it.
  • Loading branch information
josegonzalez committed May 25, 2024
1 parent 698ab64 commit 26803cb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ jobs:
with:
fetch-depth: 0

- run: |
which docker
docker info
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
with:
version: 'v25.0.5'

- run: |
which docker
docker info
- uses: actions/setup-python@v5
with:
python-version: '3.7.x'
Expand Down

0 comments on commit 26803cb

Please sign in to comment.