Skip to content

Commit 0d45172

Browse files
committed
ci: Update to scikit-ci==0.4.0 and used --hide-listing instead of --quiet
1 parent 36c19c9 commit 0d45172

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scikit-build==0.3.0
1+
scikit-build==0.4.0

scikit-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ install:
3434

3535
build:
3636
commands:
37-
- $<RUN_ENV> $<PYTHON> setup.py build
37+
- $<RUN_ENV> $<PYTHON> setup.py --hide-listing build
3838

3939
after_test:
4040
commands:
41-
- $<RUN_ENV> $<PYTHON> setup.py --quiet sdist
42-
- $<RUN_ENV> $<PYTHON> setup.py --quiet bdist_wheel
41+
- $<RUN_ENV> $<PYTHON> setup.py --hide-listing sdist
42+
- $<RUN_ENV> $<PYTHON> setup.py --hide-listing bdist_wheel
4343
- $<RUN_ENV> $<PYTHON> setup.py clean

0 commit comments

Comments
 (0)