Skip to content

Commit

Permalink
Run CI more regularly
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jul 16, 2024
1 parent d004608 commit 7c7771d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: CI
on:
push:
branches:
- main
pull_request:
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 0 additions & 4 deletions ndonnx/_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ def result_type(
*objects: dtypes.CoreType | dtypes.StructType | Array,
) -> dtypes.CoreType | dtypes.StructType:
observed_dtypes = {obj.dtype if isinstance(obj, Array) else obj for obj in objects}

if len(observed_dtypes) == 1:
return next(iter(observed_dtypes))

nullable = False
np_dtypes = []
for dtype in observed_dtypes:
Expand Down
3 changes: 0 additions & 3 deletions ndonnx/notes.txt

This file was deleted.

0 comments on commit 7c7771d

Please sign in to comment.