Skip to content

Commit

Permalink
Build conda package: switch to anaconda-client
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed May 31, 2021
1 parent c349338 commit b6cc062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda create -n build-env anaconda python=3.8
conda create -n build-env anaconda-client python=3.8
conda activate build-env
conda install conda-build conda-verify
Expand Down

0 comments on commit b6cc062

Please sign in to comment.