Skip to content

Commit

Permalink
fix: build test pip in cd (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobowitz committed Jan 11, 2022
1 parent 4f5cfbf commit e09ec82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare environment
run: |
docker login docker.pkg.github.com -u $GITHUB_ACTOR -p $GITHUB_TOKEN
docker pull docker.pkg.github.com/jina-ai/jina/jina:test-pip
docker tag docker.pkg.github.com/jina-ai/jina/jina:test-pip jinaai/jina:test-pip
docker build -f Dockerfiles/pip.Dockerfile -t jinaai/jina:test-pip .
python -m pip install --upgrade pip
python -m pip install wheel
pip install ".[all]" --no-cache-dir
Expand Down

0 comments on commit e09ec82

Please sign in to comment.