From 70ea959092d4e7b8763aa6ac00fdf56df28dc965 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 8 Dec 2024 11:41:34 -0500 Subject: [PATCH] use bash --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 343edf9..f3d8707 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,11 +69,10 @@ jobs: - name: create windows .lib if: runner.os == 'Windows' - shell: cmd run: | echo %CONDA_PREFIX% - dir %CONDA_PREFIX%\gurobi110.dll - call generate_lib.bat + ls $CONDA_PREFIX + cmd.exe /c "generate_lib.bat" - name: add gurobi license id: write-license