Skip to content

Commit

Permalink
Fix conda builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 15, 2021
1 parent 9d79236 commit 3a1b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions_deploy_conda.sh
Expand Up @@ -12,7 +12,7 @@ conda update -q conda
conda install anaconda-client
conda info -a

for f in conda/dist/noarch/dom_toml-*.tar.bz2; do
for f in conda/dist/noarch/dom-toml-*.tar.bz2; do
[ -e "$f" ] || continue
echo "$f"
conda install "$f" || exit 1
Expand Down

0 comments on commit 3a1b72c

Please sign in to comment.