Skip to content

Commit

Permalink
add pybind11 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 16, 2019
1 parent b89c84b commit 66bc7fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -101,7 +101,6 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install pybind11
pip install cpyquickhelper
- save_cache:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ install:
- pip install -r requirements_conda.txt
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-linux_x86_64.whl
- pip install -r requirements.txt
- pip install pybind11
- pip install cpyquickhelper
before_script:
- python setup.py build_ext --inplace
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -26,7 +26,6 @@ install:
- "%PYTHON%\\Scripts\\pip install keras pandas_streaming kiwisolver"
- "%PYTHON%\\Scripts\\pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-win_amd64.whl"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pip install pybind11"
- "%PYTHON%\\Scripts\\pip install cpyquickhelper"
- "set PATH=%PATH%;C:\\projects\\mlinsights\\build\\update_modules\\Graphviz\\bin"
build: off
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,6 +3,7 @@ coverage
guzzle_sphinx_theme
jyquickhelper
pandas_streaming
pybind11
pyquickhelper>=1.8.2814
sphinx>=1.8
sphinx_rtd_theme
Expand Down

0 comments on commit 66bc7fc

Please sign in to comment.