We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0e5d6 commit 41149bdCopy full SHA for 41149bd
1 file changed
.github/workflows/ci.yml
@@ -218,7 +218,7 @@ jobs:
218
# deps ARC expects at import time. Install the minimum subset here
219
# so the import chain resolves without pulling in the full arc_env.
220
micromamba run -n rits_env python -m pip install --quiet \
221
- pytest ipython pyyaml numpy scipy matplotlib-base
+ pytest ipython pyyaml numpy scipy matplotlib
222
223
- name: Run RitS adapter tests
224
shell: bash -el {0}
0 commit comments