Unverified Commit 89663cc7 authored by Zhang, Chen's avatar Zhang, Chen Committed by GitHub
Browse files

Merge pull request #286 from ornlneutronimaging/switch_back_to_mamba

revert for protected branch test
parents 609174c5 ed9ef7d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ jobs:
          auto-update-conda: true
          mamba-version: "*"
          environment-file: environment.yml
          use-mamba: true
      - name: Verify docstrings
        run: pydocstyle --convention=numpy src/
      - name: Install ui test requirements
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ jobs:
      - uses: conda-incubator/setup-miniconda@v2
        with:
          auto-update-conda: true
          miniforge-version: latest
          mamba-version: "*"
          environment-file: environment.yml
      - name: Build Conda Package
        run: |