Skip to content

Commit

Permalink
add conda update
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Feb 7, 2023
1 parent ee7666e commit c1da061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,11 @@ jobs:
run: |
sudo apt-get update
sudo apt install -y libopenmpi-dev openmpi-bin
conda update conda
python -m pip install --upgrade pip
pip install -r requirements/requirements-docs.txt
pip install -r requirements/requirements-tutorials.txt
conda config --add channels conda-forge # bugfix with scipy==1.8.1: libstdcxx-ng 12.1.0 required
conda update conda
conda install -c conda-forge gcc=12.1.0
conda env update --file requirements/environment-docs.yml --name base
conda install -c conda-forge openmpi
Expand Down

0 comments on commit c1da061

Please sign in to comment.