Skip to content

Commit 00df1cd

Browse files
committed
Appending checkout path to workflow path
1 parent 0c32960 commit 00df1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Install the dependencies of this repo to be able to run the notebook
4-
pip install -r requirements.txt
4+
pip install -r main/requirements.txt
55

66
# Clone the Algorithmia algorithm repository
77
CI_ALGO_DIR=$INPUT_ALGORITHMIA_ALGONAME"_CI"

0 commit comments

Comments
 (0)