From 6cb2bb846e78fea9ea03de6e76632f1e654bbc38 Mon Sep 17 00:00:00 2001 From: Geoff Pleiss <824157+gpleiss@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:41:06 -0700 Subject: [PATCH] Fix conda deploy --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8366c897c..1e04bf0b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,5 @@ jobs: conda config --append channels conda-forge /usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }} python -m setuptools_scm - cd .conda - conda build . + conda build .conda /usr/share/miniconda/bin/anaconda logout - cd ..