Skip to content

Commit

Permalink
don't use mamba in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Oct 16, 2024
1 parent 86bd7e3 commit 0ece515
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,15 @@ jobs:
- name: Install dependencies
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
environment-file: envs/testing.yml
python-version: "3.10"
activate-environment: testing-env
auto-activate-base: false
auto-update-conda: false
- name: Install Jupyterbook and ruamel.yaml
run: |
mamba install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
conda install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge
- name: Install sharrow
run: |
python -m pip install --no-deps -e .
Expand Down

0 comments on commit 0ece515

Please sign in to comment.