Skip to content

Commit

Permalink
cd solved 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Oct 29, 2024
1 parent 15cd559 commit b6e84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cd_requirements.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
python3 -m pip install --upgrade pip
pip3 install pytest pipreqs pip-tools setuptools wheel
pipreqs starstream --savepath=./requirements.in
pipreqs lightorch --savepath=./requirements.in
sed -i 's/==.*$//' requirements.in
sort requirements.in | uniq > requirements_unique.in
pip-compile ./requirements_unique.in
Expand Down

0 comments on commit b6e84fa

Please sign in to comment.