From f2a281fc70b2616aee8fb44e16185918ca11a857 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Thu, 14 Sep 2023 16:28:03 +0200 Subject: [PATCH] Update build_binaries.yml --- .github/workflows/build_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index bdd6be8253..05ce97ff52 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -29,7 +29,7 @@ jobs: run: | conda create --name scip conda info --envs - ls C:\Miniconda\envs\scip\ + ls C:\Miniconda\envs\scip\conda-meta\ # - name: Set OS-specific Path # run: | # if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then