Skip to content

Commit

Permalink
setup buildx.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Dec 6, 2023
1 parent 13d51cc commit 9152577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
sudo pip3 install -U pyserial && \
pytype -k gamutrf/ && \
pytype -k utils/mavlink-api
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Test with pytest
env:
PYTHONPATH: /usr/local/lib/python3.10/dist-packages:/usr/lib/python3/dist-packages
Expand Down

0 comments on commit 9152577

Please sign in to comment.