Skip to content

Commit

Permalink
ci: Add setup for buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Jul 20, 2024
1 parent b896528 commit 5cc6a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- run: |
pip install tests/
pytest tests/
Expand Down

0 comments on commit 5cc6a9b

Please sign in to comment.