Skip to content

fix: fixed test_numpy_mean for all backends #28893

fix: fixed test_numpy_mean for all backends

fix: fixed test_numpy_mean for all backends #28893

Workflow file for this run

name: duplicates
on:
push:
branches:
main
pull_request:
permissions:
actions: read
jobs:
test-duplicates:
runs-on: ubuntu-latest
steps:
- name: Checkout Ivy 🛎
uses: actions/checkout@v3
with:
path: ivy
persist-credentials: false
fetch-depth: 100
- name: Check Duplicate Function
id: tests
run: |
cd ivy
docker run --rm -v "$(pwd)":/ivy -v "$(pwd)"/.hypothesis:/.hypothesis unifyai/ivy:latest python3 scripts/duplicate.py
continue-on-error: true
- name: Check on failures
if: steps.tests.outcome != 'success'
run: exit 1