Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Jan 10, 2025
1 parent dcfd483 commit 57996ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions auto-build-from-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if [ -z "${mod}" ]; then
fi
conda install -y anaconda-client conda-build conda-verify
conda config --set anaconda_upload yes
conda remove --name base -y conda-anaconda-telemetry
export CONDA_PLUGINS_ANACONDA_TELEMETRY='false'
for e in ${mod}; do
cd ${e}
Expand Down
1 change: 0 additions & 1 deletion boolean.py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ requirements:
build:
- python
- setuptools

run:
- python

Expand Down

0 comments on commit 57996ac

Please sign in to comment.