Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Jun 10, 2021
1 parent b60a28e commit 9b6110a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Configurate conda-build
run: conda config --set anaconda_upload yes
- name: Configurate conda-client from anaconda
run: anaconda login --hostname peleffyhost${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
run: anaconda login --hostname peleffy13host${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
- name: Deploy package to conda
run: conda build -c rdkit -c omnia 'devtools/conda'
run: conda build 'devtools/conda'
- name: Logout from anaconda
run: anaconda logout

0 comments on commit 9b6110a

Please sign in to comment.