Commit 2fc083e5 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Hop into correct directory

parent e11a8eb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ jobs:
      - name: Build Conda Package
        run: |
          # boa uses mamba to resolve dependencies
          echo "versioningit reports version=$(versioningit ../)"
          conda install -y anaconda-client boa
          cd conda.recipe
          VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge .
      - name: Verify Conda Package
        run: |