File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
other_resources/installer Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Checkout code
2929 uses : actions/checkout@v3
3030
31- - uses : conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
31+ - uses : conda-incubator/setup-miniconda@v3
3232 with :
3333 miniconda-version : " latest"
3434 if : contains(matrix.OS_NAME, 'Windows')
4141 run : |
4242 export ACTIVITYSIM_VERSION=${{ inputs.version }}
4343 export EXT=exe
44- source /c/Miniconda3 /Scripts/activate;
44+ source /c/Users/runneradmin/miniconda3 /Scripts/activate;
4545 source other_resources/installer/build_win.sh;
4646 ls -alh build
4747 shell : bash
Original file line number Diff line number Diff line change 44
55env | sort
66
7+ eval " $( command conda ' shell.bash' ' hook' 2> /dev/null) "
8+
79echo " ***** Start: Building Activitysim installer *****"
810CONSTRUCT_ROOT=" ${CONSTRUCT_ROOT:- ${PWD} } "
911
@@ -19,7 +21,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
1921fi
2022# shellcheck disable=SC2154
2123if [[ " ${TARGET_PLATFORM} " == win-* ]]; then
22- conda install -y " nsis=3.01" -c conda-forge --override-channels
24+ conda install -y " nsis> =3.01" -c conda-forge --override-channels
2325fi
2426# pip install git+git://github.com/conda/[email protected] #egg=constructor --force --no-deps2527conda list
Original file line number Diff line number Diff line change 22
33set -ex
44
5+ eval " $( command conda ' shell.bash' ' hook' 2> /dev/null) "
56conda install posix --yes
67source other_resources/installer/build.sh
You can’t perform that action at this time.
0 commit comments