Skip to content

Commit e3f54af

Browse files
no more verbose
1 parent 72a70fe commit e3f54af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
micromamba run -n myenv python -m pip install .[dev] --no-deps --no-build-isolation
5959
# install the data package
6060
cd mvtb-data
61-
micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation --verbose
61+
micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation
6262
- name: Test with pytest
6363
env:
6464
MPLBACKEND: TkAgg

0 commit comments

Comments
 (0)