Skip to content

Commit 73dbbf7

Browse files
authored
add the out keyword argument to universal functions (#621)
* add optional out keyword argument to math functions * fix the keyword handling in sqrt * run micropython build on ubuntu 20.04 instead of latest * fix unused variable error in vector_generic_vector
1 parent 3e996d9 commit 73dbbf7

File tree

5 files changed

+479
-98
lines changed

5 files changed

+479
-98
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
- ubuntu-latest
22+
- ubuntu-20.04
2323
- macOS-latest
2424
dims: [1, 2, 3, 4]
2525
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)