Skip to content

Commit

Permalink
ci: use jina git source as test dependencies (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Oct 16, 2021
1 parent b67ab1a commit 6b8eca8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/requirements-cicd-gpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://github.com/jina-ai/jina/archive/refs/heads/master.zip
tensorflow
paddlepaddle-gpu
torch
Expand Down
1 change: 1 addition & 0 deletions .github/requirements-cicd.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://github.com/jina-ai/jina/archive/refs/heads/master.zip
tensorflow
paddlepaddle
torch
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
python -m pip install wheel
pip install -r .github/requirements-test.txt
pip install -r .github/requirements-cicd.txt
pip install -r requirements.txt
pip install --no-cache-dir .
export JINA_LOG_LEVEL="ERROR"
- name: Test
Expand Down Expand Up @@ -155,7 +154,6 @@ jobs:
python -m pip install wheel
pip install -r .github/requirements-test.txt
pip install -r .github/requirements-cicd-gpu.txt
pip install -r requirements.txt
pip install --no-cache-dir .
export JINA_LOG_LEVEL="ERROR"
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/force-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git config --local user.email "dev-bot@jina.ai"
git config --local user.name "Jina Dev Bot"
pip install -r requirements.txt
pip install https://github.com/jina-ai/jina/archive/refs/heads/master.zip
pip install .
mkdir gen-html
cd docs
Expand Down

0 comments on commit 6b8eca8

Please sign in to comment.