Skip to content

Commit

Permalink
change miniconda to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Dec 17, 2024
1 parent 703150d commit 734f4dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,15 +380,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test_env
python-version: 3.11
auto-activate-base: false
- name: Install dependencies
run: |
# for ubuntu 24.04
conda install -c conda-forge libstdcxx-ng=12
conda install mpi4py "numpy<2" setuptools cmake
pip install pyomo pandas xpress cplex scipy sympy dill
Expand Down

0 comments on commit 734f4dc

Please sign in to comment.