Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gpleiss committed Aug 25, 2023
1 parent ad59b8c commit 0b51316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
conda config --set anaconda_upload yes
conda config --append channels pytorch
conda config --append channels gpytorch
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
python -m setuptools_scm
cd .conda
Expand Down

0 comments on commit 0b51316

Please sign in to comment.