Skip to content

Commit

Permalink
Update conda_deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy authored May 19, 2021
1 parent 7fe006d commit 22e03de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# logout to prevent anaconda complaints
- name: Configurate conda-client from anaconda
run: |
anaconda login --hostname PELEPlat160-host${{ matrix.os }}${{ matrix.python-version }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
anaconda login --hostname PELEPlat160b5-host${{ matrix.os }}${{ matrix.python-version }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
- name: Deploy package to conda
# Once peleffy is built through conda-forge --> run: conda build -c conda-forge -c nostrumbiodiscovery -c martimunicoy conda_recipe
run: conda build -c omnia -c conda-forge -c nostrumbiodiscovery -c martimunicoy conda_recipe
Expand Down

0 comments on commit 22e03de

Please sign in to comment.