Skip to content

Commit bcc99cf

Browse files
committed
o Check if preprocess takes the config file.
1 parent dc4fa91 commit bcc99cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker_gdrp_parsl.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
pip install cffi==1.14.5
3434
pip install parsl numpy pandas scikit-learn pyyaml
3535
mv /app/GraphDRP/csa_data .
36-
python workflow_preprocess.py
36+
echo "Preprocess started"
37+
ls -ltrh
38+
python workflow_preprocess.py --config_file ./parsl_csa_githubactions.ini
3739
echo "Preprocess done"
3840
python workflow_csa.py --config_file ./parsl_csa_githubactions.ini
3941
echo "Parsl CSA done"

0 commit comments

Comments
 (0)