Skip to content

Commit

Permalink
Remove burn-compute from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Aug 27, 2024
1 parent 7eb3a7b commit 0edfc38
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
crate: burn-common
secrets: inherit

publish-burn-compute:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-common
with:
crate: burn-compute
secrets: inherit

publish-burn-tensor-testgen:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
with:
Expand Down Expand Up @@ -102,7 +94,6 @@ jobs:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-tensor
- publish-burn-compute
- publish-burn-autodiff
- publish-burn-ndarray
- publish-burn-common
Expand All @@ -115,7 +106,6 @@ jobs:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-tensor
- publish-burn-compute
- publish-burn-autodiff
- publish-burn-ndarray
- publish-burn-common
Expand Down

0 comments on commit 0edfc38

Please sign in to comment.