Loading .github/workflows/protected_branches.yml +2 −2 Original line number Diff line number Diff line Loading @@ -64,10 +64,10 @@ jobs: # boa uses mamba to resolve dependencies conda install -y anaconda-client boa cd conda.recipe VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge . VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge . || exit 1 - name: Verify Conda Package run: | conda verify noarch/imars3d*.tar.bz2 conda verify noarch/imars3d*.tar.bz2 || exit 1 - name: Deploy to Anaconda shell: bash -l {0} if: startsWith(github.ref, 'refs/tags/v') Loading Loading
.github/workflows/protected_branches.yml +2 −2 Original line number Diff line number Diff line Loading @@ -64,10 +64,10 @@ jobs: # boa uses mamba to resolve dependencies conda install -y anaconda-client boa cd conda.recipe VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge . VERSION=$(versioningit ../) conda mambabuild --output-folder . -c conda-forge . || exit 1 - name: Verify Conda Package run: | conda verify noarch/imars3d*.tar.bz2 conda verify noarch/imars3d*.tar.bz2 || exit 1 - name: Deploy to Anaconda shell: bash -l {0} if: startsWith(github.ref, 'refs/tags/v') Loading