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:
23
23
- name : Setup conda
24
24
run : |
25
25
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
27
27
28
28
- name : setup Path
29
29
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
32
32
33
33
- name : Checkout MultiPy
34
34
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
- name : Setup conda
27
27
run : |
28
28
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
30
30
31
31
- name : setup Path
32
32
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
35
35
36
36
- name : Checkout MultiPy
37
37
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments