Skip to content

Commit

Permalink
Update CI-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Sep 5, 2023
1 parent c14113a commit ac4c182
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
# - uses: conda-incubator/setup-miniconda@v2
# with:
# mamba-version: "*"
# activate-environment: test
# environment-file: environment.yml
# auto-activate-base: false
# auto-update-conda: true
# python-version: ${{ matrix.python-version }}
- name: Set up Environment
uses: mamba-org/setup-micromamba@v1
with:
Expand All @@ -44,13 +36,9 @@ jobs:
- name: Install dependencies
run: |
micromamba install flake8 wheel pytest setuptools
# python -m pip install --upgrade pip
# pip install flake8 wheel pytest setuptools
- name: Install solvers
run: |
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
run: |
pip install -e .
Expand Down

0 comments on commit ac4c182

Please sign in to comment.