Skip to content

Commit

Permalink
Update CI-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu authored Sep 5, 2023
1 parent c322995 commit c14113a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
- name: Install dependencies
run: |
Expand All @@ -52,7 +48,7 @@ jobs:
# pip install flake8 wheel pytest setuptools
- name: Install solvers
run: |
micromamba install -c conda-forge pyscipopt scip -c ibmdecisionoptimization cplex -c gurobi gurobi
micromamba install -c conda-forge pyscipopt scip=8.0.0 -c ibmdecisionoptimization cplex -c gurobi gurobi
# pip install cplex gurobipy
# mamba install -c conda-forge pyscipopt scip=8.0.0
- name: Install straindesign
Expand Down

0 comments on commit c14113a

Please sign in to comment.