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 72a70fe commit e3f54afCopy full SHA for e3f54af
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
micromamba run -n myenv python -m pip install .[dev] --no-deps --no-build-isolation
59
# install the data package
60
cd mvtb-data
61
- micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation --verbose
+ micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation
62
- name: Test with pytest
63
env:
64
MPLBACKEND: TkAgg
0 commit comments