Skip to content

Commit

Permalink
fixing: ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 10, 2024
1 parent b8bfcf6 commit d3ac3f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
rm -f requirements.txt

pipreqs lightorch --force
pipreqs lightorch --savepath=./requirements.in

pip-compile ./requirements.in

rm -f requirements.in

0 comments on commit d3ac3f6

Please sign in to comment.