You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check permissions of pytest-tmp so GHA can process it (#1758)
This PR fixes an everlasting error in our CI. For `nsys-jax` tests on
A100 we have this error when uploading artifacts
```
Error: EACCES: permission denied, scandir '/runner/_work/JAX-Toolbox/JAX-Toolbox/pytest-tmp'
```
Here, I am using a new folder for mounting results in docker and fixing
permissions within the docker execution.
0 commit comments