Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Remove old make_wheel parameter from travis config command (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman authored Jan 31, 2020
1 parent f6cbf9f commit 7bf9b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ script:
- rm src/python/turicreate/test/test_style_transfer.py src/python/turicreate/test/test_object_detector.py src/python/turicreate/test/test_one_shot_object_detector.py

# Build the wheel
- bash scripts/make_wheel.sh --build_number=$CI_PIPELINE_ID --num_procs=1 --debug --skip_cpp_test --skip_doc
- bash scripts/make_wheel.sh --build_number=$CI_PIPELINE_ID --num_procs=1 --debug --skip_cpp_test

# See the changes in ccache
- ccache -s

0 comments on commit 7bf9b6f

Please sign in to comment.