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 86bd7e3 commit 32856b0Copy full SHA for 32856b0
.github/workflows/run-tests.yml
@@ -126,17 +126,15 @@ jobs:
126
- name: Install dependencies
127
uses: conda-incubator/setup-miniconda@v3
128
with:
129
- miniforge-variant: Mambaforge
130
miniforge-version: latest
131
- use-mamba: true
132
environment-file: envs/testing.yml
133
python-version: "3.10"
134
activate-environment: testing-env
135
auto-activate-base: false
136
auto-update-conda: false
137
- name: Install Jupyterbook and ruamel.yaml
138
run: |
139
- mamba install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
+ conda install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
140
- name: Install sharrow
141
142
python -m pip install --no-deps -e .
0 commit comments