File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 8989 run : |
9090 sudo apt-get install enchant-2
9191
92- # https://github.com/marketplace/actions/checkout
9392 - name : Install nvidia-cuda support drivers
9493 run : |
9594 sudo add-apt-repository ppa:graphics-drivers/ppa
@@ -102,8 +101,20 @@ jobs:
102101 with :
103102 fetch-depth : 0
104103
105- # https://github.com/marketplace/actions/setup-miniconda
106104 - name : Setup miniconda
105+ id : setup_miniconda
106+ continue-on-error : true
107+ uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
108+ with :
109+ miniforge-version : latest
110+ use-mamba : ' true'
111+ channels : conda-forge
112+ conda-remove-defaults : ' true'
113+ python-version : ${{ env.python-ver }}
114+ activate-environment : ' docs'
115+
116+ - name : ReSetup miniconda
117+ if : steps.setup_miniconda.outcome == 'failure'
107118 uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
108119 with :
109120 miniforge-version : latest
You can’t perform that action at this time.
0 commit comments