diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7ca7daaa..e7d66141 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -87,10 +87,11 @@ jobs: environment-name: conda-build-env create-args: >- conda-build + conda-verify init-shell: bash - run: | mkdir output/ - conda-build build core --output-folder output + conda-build core --output-folder output shell: bash -leo pipefail {0} name: Build conda package - uses: actions/upload-artifact@v4