Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 21, 2018
1 parent b62fd4c commit 7cc1048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -80,7 +80,8 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install pyquickhelper
python3 -m pip install -r requirements.txt
python3 -m pip install scipy scikit-learn
- run:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -160,7 +160,7 @@ def build_machinelearning():
print('[csharpyml.machinelearning]')
this = os.path.dirname(__file__)
folder = os.path.join(this, 'cscode', 'machinelearning')
cmd = "build -Release"
cmd = "dotnet build -Release"
out, err = run_cmd(cmd, wait=True, change_path=folder)
if len(err) > 0:
raise RuntimeError(
Expand Down

0 comments on commit 7cc1048

Please sign in to comment.