From b85ef3eee8405f1b7d5e1d309064e32fbf1f7f7f Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Mon, 11 Sep 2023 16:28:13 +0200 Subject: [PATCH] WIP --- .github/workflows/build_binaries.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 5595bbc570..cb762ad600 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -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 +