Skip to content

Commit

Permalink
see why conda convert cant find tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Sep 8, 2023
1 parent dbdeed0 commit 4f08c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
conda config --show | grep bld_path
conda info
conda-build ./conda/ --python=$PY_VER -c https://conda.anaconda.org/conda-forge/ --verify
tarball=$(conda build --python=$PY_VER conda --output | tail -1)
tarball=$(conda-build --python=$PY_VER conda --output | tail -1)
echo "conda build tarball" $tarball
if [[ $OS == "Linux" ]]; then \
conda convert -p win-64 -o $CONDA_BLD_PATH $tarball; \
fi
echo "conda build tarball" $tarball
echo "{conda-tarball}={$tarball}" >> $GITHUB_OUTPUT
# ------------------------------------------------------------
Expand Down

0 comments on commit 4f08c2a

Please sign in to comment.