Skip to content

Commit

Permalink
Change sed -i to sed -i.bak in macOS Azure jobs (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo authored Aug 29, 2020
1 parent 8ed8be1 commit 4f81807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- bash: |
set -e
sed -i.bak "s/'giotto-tda'/'giotto-tda-nightly'/1" setup.py
sed -i 's/"giotto-tda"/"giotto-tda-nightly"/1' setup.py
sed -i.bak 's/"giotto-tda"/"giotto-tda-nightly"/1' setup.py
rm setup.py.bak
sed -i.bak "s/__version__.*/__version__ = '$(Build.BuildNumber)'/1" gtda/_version.py
rm gtda/_version.py.bak
Expand Down

0 comments on commit 4f81807

Please sign in to comment.