File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 include :
20- - endpoint_uuid : ' 3bc205a7-9092-41dc-baad-30a599d138c3 '
20+ - endpoint_uuid : ' 6f6cae19-039d-4ebc-b408-d4516d54fb65 '
2121 user_endpoint_config : ' { "WORKER_INIT": "export MGLTOOLS_HOME=/home/cc/miniconda3/envs/parsldockenv PD_CACHE=/home/cc/pd_cache", "WORKING_DIR": "/home/cc" }'
2222 clone_endpoint_config : ' { "WORKING_DIR": "/home/cc"}'
2323 pd_cache : /home/cc/pd_cache
5454 client_id : ${{ secrets.GLOBUS_COMPUTE_CLIENT_ID }}
5555 client_secret : ${{ secrets.GLOBUS_COMPUTE_CLIENT_SECRET }}
5656 endpoint_uuid : ${{ matrix.endpoint_uuid }}
57- shell_cmd : " cd gc-action-temp/parsl-docking-tutorial && pip install --no-index --find-links=${{ matrix.pd_cache }} . pytest && pytest --durations=0"
57+ shell_cmd : " echo $PWD " # " cd gc-action-temp/parsl-docking-tutorial && pip install --no-index --find-links=${{ matrix.pd_cache }} . pytest && pytest --durations=0"
5858 user_endpoint_config : ${{ matrix.user_endpoint_config }}
5959 clone_endpoint_config : ${{ matrix.clone_endpoint_config }}
6060 - name : Archive output stdout
You can’t perform that action at this time.
0 commit comments