Skip to content

Commit

Permalink
removed pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Jan 29, 2024
1 parent a01b914 commit c065a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ jobs:
run: |
conda install conda-build anaconda-client
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
pip install .
conda config --set anaconda_upload yes
conda build .

0 comments on commit c065a4c

Please sign in to comment.