Skip to content

Commit

Permalink
Merge branch 'main' into disable-blob-cache-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
jialeicui authored Nov 29, 2024
2 parents 7da83e8 + c9b42b8 commit 9728e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
- "3.10"
- "3.11"
os:
- macos-13 # TODO: macos-latest is switched to arm64, we need to adjust ut for arm64 macos. For now, we use macos-13 as a workaround.
#- macos-13
# TODO: macos-latest is switched to arm64, we need to adjust ut for arm64 macos. For now, we use macos-13 as a workaround.
# TODO: codecov always fail on macOS, temporarily disable
- ubuntu-latest
runs-on: ${{ matrix.os }}
defaults:
Expand Down
1 change: 0 additions & 1 deletion client/tests/sdk/test_dataset_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,6 @@ def test_compound_data(self) -> None:
td["map_list"]["a"]["a"][0][0], numpy.array(b"", dtype=numpy.bytes_)
)

@pytest.mark.filterwarnings("ignore::numpy.VisibleDeprecationWarning")
def test_inspect_exceptions(self) -> None:
import starwhale.integrations.tensorflow.dataset as tf_dataset

Expand Down

0 comments on commit 9728e52

Please sign in to comment.