Skip to content

Commit 32856b0

Browse files
authored
don't use mamba in deploy job (#66)
1 parent 86bd7e3 commit 32856b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,15 @@ jobs:
126126
- name: Install dependencies
127127
uses: conda-incubator/setup-miniconda@v3
128128
with:
129-
miniforge-variant: Mambaforge
130129
miniforge-version: latest
131-
use-mamba: true
132130
environment-file: envs/testing.yml
133131
python-version: "3.10"
134132
activate-environment: testing-env
135133
auto-activate-base: false
136134
auto-update-conda: false
137135
- name: Install Jupyterbook and ruamel.yaml
138136
run: |
139-
mamba install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
137+
conda install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
140138
- name: Install sharrow
141139
run: |
142140
python -m pip install --no-deps -e .

0 commit comments

Comments
 (0)