Skip to content

Commit

Permalink
Try and fix CircleCI build #trivial (kubeflow#71)
Browse files Browse the repository at this point in the history
* Try and fix CircleCI build

* Add missing url to gemfury
  • Loading branch information
Jerome-Kaleido authored Nov 25, 2021
1 parent 3bd9088 commit 88b42aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
command: |
cd core
python3 -m venv .venv
- run:
name: Install packages
command: |
cd core
. .venv/bin/activate
pip install --extra-index-url https://${FURY_AUTH_TOKEN}:@deps.kaleido.ai/pypi/ -r requirements.in --progress-bar off
- run:
name: Check and install
command: |
Expand Down

0 comments on commit 88b42aa

Please sign in to comment.