Skip to content

Commit

Permalink
fixing ci cd and adding ci automation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 10, 2024
1 parent 2e89ba4 commit 128502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pip3 install pytest black pipreqs pip-tools
rm -f requirements.txt
pipreqs corkit --savepath=./requirements.in
sed -i 's/==.*$//' requirements.in
sed -i 's/skimage/scikit-image/' ./requirements_unique.in
sed -i 's/skimage/scikit-image/' ./requirements.in
sort requirements.in | uniq > requirements_unique.in
pip-compile ./requirements_unique.in
rm -f *.in
Expand Down

0 comments on commit 128502e

Please sign in to comment.