Skip to content

Commit 0532ef0

Browse files
committed
add extra cicd build script
1 parent d574666 commit 0532ef0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
mkdir package
3+
4+
pip3 install --target ./package -r requirements.txt

0 commit comments

Comments
 (0)