Skip to content

Commit 090fd64

Browse files
committed
Debugging
1 parent 646a39f commit 090fd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)