Skip to content

Commit 1a2556a

Browse files
authored
Update TMPDIR and PIP_CACHE_DIR environment variables
1 parent a1a6646 commit 1a2556a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/actions/install/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ runs:
6262
echo "TMPDIR=${TMPDIR}"
6363
echo "PIP_CACHE_DIR=${PIP_CACHE_DIR}"
6464
echo "env.TMPDIR=${{env.TMPDIR}}"
65-
# export TMPDIR="/home/${USER}/tmp"
66-
# mkdir -p "${TMPDIR}"
67-
export TMPDIR="${RUNNER_TEMP}"
68-
export PIP_CACHE_DIR="${RUNNER_TEMP}"
65+
export TMPDIR="/home/${USER}/tmp"
66+
mkdir -p "${TMPDIR}"
67+
export PIP_CACHE_DIR="${TMPDIR}"
6968
./bin/install.sh
7069
7170
- name: Show installation

0 commit comments

Comments
 (0)