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

Merge pull request #262 from ornlneutronimaging/boa_build

Change to use boa for building conda package
parents fcb8d38f 26895729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ jobs:
          environment-file: environment.yml
      - name: Build Conda Package
        run: |
          conda build --output-folder . -c conda-forge .
          conda mambabuild --output-folder . -c conda-forge .
      - name: Verify Conda Package
        run: |
          conda verify noarch/imars3d*.tar.bz2
+2 −1
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ channels:
  - conda-forge
  - defaults
dependencies:
  - pip
  - astropy
  - boa
  - tomopy
  - dxchange
  - jsonschema
@@ -25,6 +25,7 @@ dependencies:
  - pre-commit
  - sphinx
  - sphinx_rtd_theme
  - pip
  - pip:
    - versioningit
    - check-wheel-contents