Skip to content

Commit

Permalink
Merge pull request #174 from xhochy/fix-full-build
Browse files Browse the repository at this point in the history
Fix full build
  • Loading branch information
xhochy authored Apr 19, 2024
2 parents 7d932c8 + bc58f3b commit 0b78979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/build-mlflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

if [ ! -f pyproject-full.toml ]; then
if [ ! -f pyproject.full.toml ]; then
cp pyproject.toml pyproject.full.toml
fi

Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: d270f6503c8e0087c6f31cbe6fef2766d89fff71ff1ff03b1c5858554e279c62

build:
number: 0
number: 1

outputs:
- name: mlflow-skinny
Expand Down Expand Up @@ -62,6 +62,7 @@ outputs:
- mlflow.utils
commands:
- mlflow --help
- pip list | grep "mlflow-skinny \+${PKG_VERSION}" # [unix]
- pip check
- set # [win]
requires:
Expand Down Expand Up @@ -121,6 +122,7 @@ outputs:
# This should not be packaged
- test ! -f $SP_DIR/pylint_plugins # [unix]
- pip check
- pip list | grep "mlflow \+${PKG_VERSION}" # [unix]
- set # [win]
requires:
- pip
Expand Down

0 comments on commit 0b78979

Please sign in to comment.