File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Setup conda
2424 run : |
2525 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ${RUNNER_TEMP}/miniconda.sh
26- bash ${RUNNER_TEMP}/miniconda.sh -b -p $HOME /miniconda
26+ bash ${RUNNER_TEMP}/miniconda.sh -b -p ${RUNNER_TEMP} /miniconda
2727
2828 - name : setup Path
2929 run : |
30- echo "/home/ec2-user /miniconda/bin" >> $GITHUB_PATH
31- echo "CONDA=/home/ec2-user /miniconda" >> $GITHUB_PATH
30+ echo "${RUNNER_TEMP} /miniconda/bin" >> $GITHUB_PATH
31+ echo "CONDA=${RUNNER_TEMP} /miniconda" >> $GITHUB_PATH
3232
3333 - name : Checkout MultiPy
3434 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 - name : Setup conda
2727 run : |
2828 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ${RUNNER_TEMP}/miniconda.sh
29- bash ${RUNNER_TEMP}/miniconda.sh -b -p $HOME /miniconda
29+ bash ${RUNNER_TEMP}/miniconda.sh -b -p ${RUNNER_TEMP} /miniconda
3030
3131 - name : setup Path
3232 run : |
33- echo "/home/ec2-user /miniconda/bin" >> $GITHUB_PATH
34- echo "CONDA=/home/ec2-user /miniconda" >> $GITHUB_PATH
33+ echo "${RUNNER_TEMP} /miniconda/bin" >> $GITHUB_PATH
34+ echo "CONDA=${RUNNER_TEMP} /miniconda" >> $GITHUB_PATH
3535
3636 - name : Checkout MultiPy
3737 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments