Skip to content

Commit

Permalink
refactor: Customize name for mktemp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale authored Feb 7, 2025
1 parent 19a9ffa commit a8b9c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfhosted
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script for running the selfhosted tests on QPUs directly from GitHub
# Tests need to be copied to /tmp/ because coverage does not work with NFS

TMP_DIR=$(mktemp -d)
TMP_DIR=$(mktemp -d selfhosted.qibojit.XXXXXXX)

cp -r src/qibojit/tests "$TMP_DIR"
cp pyproject.toml "$TMP_DIR/"
Expand Down

0 comments on commit a8b9c6f

Please sign in to comment.