Unverified Commit 609174c5 authored by Peterson, Peter's avatar Peterson, Peter Committed by GitHub
Browse files

Merge pull request #285 from ornlneutronimaging/update_action_yml

Re-enable mamba for Github action
parents 03bbed80 e5aa7631
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@ jobs:
      - uses: conda-incubator/setup-miniconda@v2
        with:
          auto-update-conda: true
          miniforge-version: latest
          mamba-version: "*"
          environment-file: environment.yml
          use-mamba: true
      - name: Verify docstrings
        run: pydocstyle --convention=numpy src/
      - name: Install ui test requirements
@@ -42,7 +43,7 @@ jobs:
      - uses: conda-incubator/setup-miniconda@v2
        with:
          auto-update-conda: true
          miniforge-version: latest
          mamba-version: "*"
          environment-file: environment.yml
      - name: Build Wheel
        run: python -m build --no-isolation --wheel
+0 −1
Original line number Diff line number Diff line
name: imars3d
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy
  - tomopy