We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c19c9 commit 0d45172Copy full SHA for 0d45172
requirements-dev.txt
@@ -1 +1 @@
1
-scikit-build==0.3.0
+scikit-build==0.4.0
scikit-ci.yml
@@ -34,10 +34,10 @@ install:
34
35
build:
36
commands:
37
- - $<RUN_ENV> $<PYTHON> setup.py build
+ - $<RUN_ENV> $<PYTHON> setup.py --hide-listing build
38
39
after_test:
40
41
- - $<RUN_ENV> $<PYTHON> setup.py --quiet sdist
42
- - $<RUN_ENV> $<PYTHON> setup.py --quiet bdist_wheel
+ - $<RUN_ENV> $<PYTHON> setup.py --hide-listing sdist
+ - $<RUN_ENV> $<PYTHON> setup.py --hide-listing bdist_wheel
43
- $<RUN_ENV> $<PYTHON> setup.py clean
0 commit comments