diff options
Diffstat (limited to '.github/workflows/mac/before_install.sh')
| -rwxr-xr-x | .github/workflows/mac/before_install.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/mac/before_install.sh b/.github/workflows/mac/before_install.sh index 217039fe..b01645ab 100755 --- a/.github/workflows/mac/before_install.sh +++ b/.github/workflows/mac/before_install.sh @@ -3,11 +3,9 @@ set -e -conda update -n base -c defaults conda -conda install compilers -y +conda update --yes --quiet -n base -c defaults conda +conda install --yes --quiet compilers conda config --set channel_priority strict -conda install --yes --quiet python=3.8 autoconf automake libtool ccache -y -conda install --yes --quiet proj=7.1.1=h45baca5_3 --only-deps -y - -./travis/before_install_pip.sh +conda install --yes --quiet python=3.8 autoconf automake libtool ccache jsonschema +conda install --yes --quiet --only-deps proj=7.1.1=h45baca5_3 |
