Skip to content

Commit

Permalink
merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaLumetti committed Jan 19, 2023
2 parents de3a00f + 161473e commit 41a0a7f
Show file tree
Hide file tree
Showing 480 changed files with 29,039 additions and 16,016 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/test-frontend-jax-push.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/test-frontend-numpy-push.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/test-frontend-tensorflow-push.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/test-frontend-torch-push.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/test-ivy-core-cron.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/test-ivy-core-manual.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/test-ivy-experimental-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
}
$HasDiff = $SourceDiff.Length -gt 0
Write-Host "::set-output name=changed::$HasDiff"
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
if: github.event_name == 'pull_request' && steps.check_file_changed.outputs.changed == 'True'
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
with:
packages: |
pymongo[srv]
- name: Update Database
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && steps.check_file_changed.outputs.changed == 'True'
env:
Expand All @@ -111,5 +109,4 @@ jobs:

- name: Check on failures
if: (steps.check_file_changed.outputs.changed == 'True' || steps.check_file_changed.conclusion == 'skipped') && steps.tests.outcome != 'success'
run: exit 1

run: exit 1
5 changes: 1 addition & 4 deletions .github/workflows/test-ivy-experimental-nn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
}
$HasDiff = $SourceDiff.Length -gt 0
Write-Host "::set-output name=changed::$HasDiff"
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
if: github.event_name == 'pull_request' && steps.check_file_changed.outputs.changed == 'True'
Expand Down Expand Up @@ -96,7 +95,6 @@ jobs:
with:
packages: |
pymongo[srv]
- name: Update Database
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && steps.check_file_changed.outputs.changed == 'True'
env:
Expand All @@ -109,5 +107,4 @@ jobs:

- name: Check on failures
if: (steps.check_file_changed.outputs.changed == 'True' || steps.check_file_changed.conclusion == 'skipped') && steps.tests.outcome != 'success'
run: exit 1

run: exit 1
Loading

0 comments on commit 41a0a7f

Please sign in to comment.