Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 11, 2023
1 parent 602b3cd commit b85ef3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda

- name: Install dependencies
run: |
conda install -c conda-forge scip
- uses: actions/upload-artifact@v3
with:
name: libscip
path: ${{ env.CONDA_PREFIX }}/lib


Expand Down

0 comments on commit b85ef3e

Please sign in to comment.