Skip to content

Commit

Permalink
fix: pin docker engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 23, 2024
1 parent eae6733 commit 997a086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
with:
docker_version: '24.0.6'
- name: Install dependencies
run: |
pip install ".[tester]"
Expand Down

0 comments on commit 997a086

Please sign in to comment.