From 915257761939a678a9df4cdbcdf91e524ed7e3a2 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Wed, 6 Dec 2023 00:58:22 +0000 Subject: [PATCH] setup buildx. --- .github/workflows/ci-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 92f85d16..243353ab 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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