Skip to content

Commit 2bdffeb

Browse files
committed
change permissions after
1 parent 5b1766c commit 2bdffeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +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/
348349
STATISTICS_SCRIPT: |
349350
summary_line=$(tail -n1 test-nsys-jax.log)
350351
num_errors=$(echo $summary_line | grep -oE '[0-9]+ error' | awk '{print $1} END { if (!NR) print 0}')

0 commit comments

Comments
 (0)