Skip to content

Commit 6e44dd0

Browse files
committed
back to normal conda-verify and conda-build
1 parent be1a281 commit 6e44dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
conda config --show channels
3131
3232
# install conda-build and conda-verify
33-
conda install conda-forge::conda-build conda-forge::conda-verify
33+
conda install conda-build conda-verify
3434
3535
# conda build
3636
conda build --no-anaconda-upload .

0 commit comments

Comments
 (0)