Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 5cc6a9b

Browse files
committed
ci: Add setup for buildx
1 parent b896528 commit 5cc6a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.12
18+
- name: Set up Docker Buildx
19+
uses: docker/setup-buildx-action@v3
1820
- run: |
1921
pip install tests/
2022
pytest tests/

0 commit comments

Comments
 (0)