Skip to content

Commit

Permalink
create new testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Aug 22, 2023
1 parent 2cdd49d commit 5208e3e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,20 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: testing
create-args: >-
python=${{ matrix.python-version }}
c-compiler
cxx-compiler
- name: Show conda installation info
run: |
micromamba install python=${{ matrix.python-version }}
micromamba install mamba
pip install nox
micromamba info
micromamba list
mamba info
mamba list
- name: Install and test richdem engine
run: |
micromamba install c-compiler cxx-compiler
micromamba install richdem -c conda-forge
python -c 'import _richdem'
Expand Down

0 comments on commit 5208e3e

Please sign in to comment.