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 ac3fe6a commit b3f3033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion auto-build-from-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conda install -y anaconda-client conda-build conda-verify
conda config --set anaconda_upload yes
for e in ${mod}; do
cd ${e}
conda build --user colomoto --token $ANACONDA_TOKEN --no-force-upload\
conda --no-plugins build --user colomoto --token $ANACONDA_TOKEN --no-force-upload\
-c defaults -c potassco -c conda-forge -c colomoto .
cd ..
done
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 b3f3033

Please sign in to comment.