Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis authored Dec 21, 2023
1 parent af24145 commit b86a7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
run: |
conda config --set always_yes yes --set changeps1 no
conda create -n build-env python=3.8.*
conda activate build-envn
conda activate build-env
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify
conda config --add channels mantid
conda config --add channels mantid/label/nightly
Expand All @@ -34,4 +34,4 @@ runs:
conda activate build-env
conda config --set anaconda_upload yes
conda build --user ${{ inputs.repository }} --token ${{ inputs.token }} --label ${{ inputs.label }} $GITHUB_WORKSPACE/conda |& tee upload.log
grep "Upload complete" upload.log
grep "Upload complete" upload.log

0 comments on commit b86a7b3

Please sign in to comment.