From 2de7d264ca2919f6bd29c52f4eb2bd117b48a86f Mon Sep 17 00:00:00 2001 From: Alaeddine Abdessalem Date: Fri, 26 Aug 2022 17:27:45 +0100 Subject: [PATCH] chore: cleanup ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d174ca6f3f..d703c990683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,8 +129,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install wheel - # test install jina with new proto version - pip install git+https://github.com/jina-ai/jina.git@feat-bump-protobuf # pip does not properly resolve dependency versions with syntax pip install --no-cache-dir ".[test,full]" pip install --no-cache-dir ".[test]" pip install --no-cache-dir ".[full]"