Skip to content

Commit 81e12d3

Browse files
committed
upd
1 parent f6f535b commit 81e12d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
TGM_CI_LOG_BASE: $SLURM_TMPDIR/tgm_ci
2323
REAL_HOME: /home/mila/j/jacob.chmura
24-
DATA_ROOT: /home/mila/j/jacob.chmura/tgb_datasets
24+
DATA_ROOT: ${{ env.REAL_HOME }}/tgb_datasets
2525

2626
steps:
2727
- name: Checkout repository

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
TGM_CI_PERF_LOG_BASE: $SLURM_TMPDIR/tgm_ci_perf
2323
REAL_HOME: /home/mila/j/jacob.chmura
24-
DATA_ROOT: /home/mila/j/jacob.chmura/tgb_datasets
24+
DATA_ROOT: ${{ env.REAL_HOME }}/tgb_datasets
2525

2626
steps:
2727
- name: Checkout repository

0 commit comments

Comments
 (0)