Fix import warning (#479)

* fix import warning
* fix version import
* remove api, move convert to utils
* also update circle to run external PRs
This commit is contained in:
Awni Hannun
2024-02-27 08:47:56 -08:00
committed by GitHub
parent 82f3f31d93
commit 95f82e67a2
9 changed files with 99 additions and 92 deletions

View File

@@ -1,5 +1,8 @@
version: 2.1
orbs:
apple: ml-explore/pr-approval@0.1.0
jobs:
linux_build_and_test:
docker:
@@ -31,5 +34,7 @@ workflows:
jobs:
- hold:
type: approval
- apple/authenticate:
context: pr-approval
- linux_build_and_test:
requires: [ hold ]