Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 17, 2024
1 parent e7f68a8 commit 4aae5e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyver }}
- name: Setup Docker
run: |
brew install colima
colima start
- name: Prepare
working-directory: tests
run: make up
Expand Down

0 comments on commit 4aae5e5

Please sign in to comment.