diff --git a/.github/workflows/commit-tests.yml b/.github/workflows/commit-tests.yml index 3d164ba87173..efdcf6975fa8 100644 --- a/.github/workflows/commit-tests.yml +++ b/.github/workflows/commit-tests.yml @@ -28,14 +28,9 @@ jobs: git diff HEAD^ HEAD --output="commit-diff.txt" fi - - name: Install ivy and fetch binaries + - name: Install ivy run: | - cd ivy - sudo pip3 install -e . - mkdir .ivy - touch .ivy/key.pem - echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem - cd .. + sudo pip3 install -e ivy/ - name: Get Job URL uses: Tiryoh/gha-jobid-action@v0