From dcca679ad460710c1bb9cb7abe8a5904e7de2ab8 Mon Sep 17 00:00:00 2001 From: Danylo Baibak Date: Wed, 5 Apr 2023 16:55:13 +0200 Subject: [PATCH] Remove cmake for update viable/strict (#7499) --- .github/workflows/update-viablestrict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index 7ed460dca79..2d9c2265676 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -17,7 +17,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main with: repository: pytorch/vision - required_checks: "cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" + required_checks: "Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" secrets: ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }} GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}