Skip to content

Commit ffa4855

Browse files
committed
test this
1 parent 2bdffeb commit ffa4855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
test_path=$(python -c 'import importlib.resources; print(importlib.resources.files("nsys_jax").joinpath("..", "tests").resolve())')
346346
pytest --basetemp=/opt/output/pytest-tmp --report-log=/opt/output/pytest-report.jsonl "${test_path}"
347347
EOF
348-
chmod -R 777 pytest-tmp/
348+
chmod -R 777 /runner/_work/JAX-Toolbox/JAX-Toolbox/pytest-tmp
349349
STATISTICS_SCRIPT: |
350350
summary_line=$(tail -n1 test-nsys-jax.log)
351351
num_errors=$(echo $summary_line | grep -oE '[0-9]+ error' | awk '{print $1} END { if (!NR) print 0}')

0 commit comments

Comments
 (0)