Skip to content

Commit

Permalink
ci/azure-sdist.yml: work around Conda activation bug
Browse files Browse the repository at this point in the history
This is probably going to bite us in other places in the pipeline, but let's
make a minimal intervention and see how far we can get.
  • Loading branch information
pkgw committed Jul 27, 2021
1 parent fd52817 commit 44fd25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# alternatives but nothing is official yet.

- bash: |
set -euo pipefail
set -eo pipefail # no -u to work around Conda activatio bug (2021 July)
eval "$($CONDA/bin/conda shell.bash hook)"
set -x
conda activate
Expand Down

0 comments on commit 44fd25c

Please sign in to comment.