Skip to content

Commit

Permalink
ditch micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 7, 2024
1 parent 8918c7e commit 25fee1e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
create-args: >-
python=3 numpy --file requirements-dev.txt --channel conda-forge
- name: Setup Pyhton
uses: actions/setup-python@v5

- name: Install gsw
shell: bash -l {0}
run: |
python -m pip install -e . --no-deps --force-reinstall
run: >
python -m pip install -r requirements-dev.txt
&& python -m pip install -e .
- name: Build documentation
shell: bash -l {0}
run: >
set -e
&& pushd docs
Expand Down

0 comments on commit 25fee1e

Please sign in to comment.