Skip to content

Commit

Permalink
fix: install newer docker version
Browse files Browse the repository at this point in the history
This might avoid an alias bug I am seeing in tests.
  • Loading branch information
josegonzalez committed May 25, 2024
1 parent 53918ab commit 0e854ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:

- run: docker info

- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
with:
docker-version: '25.0.5'

- run: docker info

- uses: actions/setup-python@v5
with:
python-version: '3.7.x'
Expand Down

0 comments on commit 0e854ca

Please sign in to comment.