File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,19 @@ jobs:
169
169
matrix :
170
170
python-version : [3.9]
171
171
steps :
172
- - uses : actions/checkout@v1
172
+ - uses : actions/checkout@v3
173
173
- name : setup conda
174
- uses : s-weigand /setup-conda@v1
174
+ uses : conda-incubator /setup-miniconda@v2
175
175
with :
176
- update-conda : true
177
176
python-version : ${{ matrix.python-version }}
178
- conda-channels : anaconda, conda-forge
177
+ channels : anaconda, conda-forge
178
+ activate-environment : test_env
179
+ auto-activate-base : false
179
180
- name : Install dependencies
180
181
run : |
181
182
python -m pip install --upgrade pip
182
183
pip install nose pybind11
184
+ conda install conda-forge::libstdcxx-ng
183
185
conda install openmpi pymumps --no-update-deps
184
186
pip install mpi4py pandas
185
187
pip install git+https://github.com/pyutilib/pyutilib.git
You can’t perform that action at this time.
0 commit comments