Skip to content

Initial HIP support #559

Initial HIP support

Initial HIP support #559

name: arduino-platformio
on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
test: []

Check failure on line 20 in .github/workflows/arduino-platformio.yml

View workflow run for this annotation

GitHub Actions / arduino-platformio

Invalid workflow file

The workflow is not valid. .github/workflows/arduino-platformio.yml (Line: 20, Col: 15): Matrix vector 'test' does not contain any values
# TODO: re-enable arduino tests
# test: [ufuncs, meta, utl]
# TODO: re-enable manip & constexpr tests
# test: [manip, ufuncs, meta, utl, constexpr]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip --break-system-packages
pip install --upgrade platformio --break-system-packages
- name: Run PlatformIO CI
run: |
bash scripts/run_pio_test.sh -d arduino/${{ matrix.test }}