Skip to content

Commit 2a13d9e

Browse files
committed
.github/workflows: Run with poetry.
Like everything else, this needs to run with Python dependencies enabled.
1 parent 1e7f8fe commit 2a13d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
export MICROPY_GIT_TAG=ci-build-${{ github.run_number }}-$(git describe --tags --dirty --always --exclude "@pybricks/*")
127127
export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
128128
[ "${{ matrix.hub }}" = "buildhat" ] && make -C bricks/${{ matrix.hub }} submodules
129-
make -C bricks/${{ matrix.hub }}
129+
poetry run make -C bricks/${{ matrix.hub }}
130130
- name: Extract firmware.zip for upload
131131
if: ${{ success()}}
132132
working-directory: bricks/${{ matrix.hub }}/build

0 commit comments

Comments
 (0)