Skip to content

Commit

Permalink
Merge branch 'main' into xhatib-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven authored Dec 17, 2024
2 parents 55b3ec5 + 7b95078 commit 55474a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,14 @@ 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.9
python-version: 3.11
auto-activate-base: false
- name: Install dependencies
run: |
conda install conda-forge::libstdcxx-ng
conda install mpi4py "numpy<2" setuptools cmake
pip install pyomo pandas xpress cplex scipy sympy dill
Expand Down

0 comments on commit 55474a7

Please sign in to comment.