Skip to content

[Fix] remove deprecated models of google #158

[Fix] remove deprecated models of google

[Fix] remove deprecated models of google #158

Workflow file for this run

name: circleCI
on:
pull_request:
types: [opened,reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tickle CircleCI
env:
CIRCLE_BRANCH: ${{ github.head_ref }}
CIRCLE_TOKEN: ${{ secrets.CIRCLE_TOKEN }}
run: |
curl -X POST \
-H "Circle-Token: ${CIRCLE_TOKEN}" \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d "{\"branch\":\"${CIRCLE_BRANCH}\"}" \
https://circleci.com/api/v2/project/edenai-apis/pipeline