Skip to content

Commit

Permalink
Remove useless echo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 6, 2024
1 parent 482d6c6 commit d4c8d35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ stages:
# change the name accordingly
python3 packaging/change_name.py pyproject.toml "NMODL${TAG}"
export SETUPTOOLS_SCM_PRETEND_VERSION="$(git describe --tags | cut -d '-' -f 1,2 | tr - .)"
echo "$SETUPTOOLS_SCM_PRETEND_VERSION"
CIBW_ENVIRONMENT_PASS_LINUX='SETUPTOOLS_SCM_PRETEND_VERSION' python3 -m cibuildwheel --output-dir wheelhouse
condition: succeeded()
displayName: 'Building ManyLinux Wheels'
Expand Down

0 comments on commit d4c8d35

Please sign in to comment.