Skip to content

Commit

Permalink
temporarily disable arduino-platformio manip & constexpr ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Apr 15, 2024
1 parent 47408bc commit c1024eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/arduino-platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

strategy:
matrix:
test: [manip, ufuncs, meta, utl, constexpr]
test: [ufuncs, meta, utl]
# TODO: re-enable manip & constexpr tests
# test: [manip, ufuncs, meta, utl, constexpr]

steps:
- name: Checkout
Expand Down

0 comments on commit c1024eb

Please sign in to comment.