Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jul 10, 2021
1 parent bd1a07a commit bb72ea8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ before_install:
install:
- CWD=`pwd`
- THIS_REPO_NAME=ck-ml
- echo "TRAVIS_OS_NAME=${TRAVIS_OS_NAME}, WANTED_PYTHON_VERSION=${WANTED_PYTHON_VERSION}"
- echo "CWD=${CWD}, THIS_REPO_NAME=${THIS_REPO_NAME}, PATH=${PATH}"
- echo "CWD=${CWD}, PATH=${PATH}"
- which "${PYTHON_EXE}"
- ${PYTHON_EXE} --version
- rm -f `which pip` # the file is removable, but not writeable
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CK repository with automations for AI and ML systems
# CK repository with automation recipes for portable MLOps

[![compatibility](https://github.com/ctuning/ck-guide-images/blob/master/ck-compatible.svg)](https://github.com/ctuning/ck)
[![automation](https://github.com/ctuning/ck-guide-images/blob/master/ck-artifact-automated-and-reusable.svg)](https://cTuning.org/ae)

Linux/MacOS: [![Travis Build Status](https://travis-ci.com/ctuning/ck-mlops.svg)](https://travis-ci.com/ctuning/ck-mlops)
Windows: [![Windows Build status](https://ci.appveyor.com/api/projects/status/4ry307jh6tks9dg9?svg=true)](https://ci.appveyor.com/project/gfursin/ck-mlops)
Windows: [![Windows Build status](https://ci.appveyor.com/api/projects/status/sgmfvegn78svfss0?svg=true)](https://ci.appveyor.com/project/gfursin/ck-mlops)


[![DOI](https://zenodo.org/badge/311647831.svg)](https://zenodo.org/badge/latestdoi/311647831)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
virtualenv
ck>=2.3.0
ck>=2.5.6

0 comments on commit bb72ea8

Please sign in to comment.