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]"