From edb0a9a5d8520f3fe6cfc67a69c64f1cbaea216c Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Tue, 3 Dec 2024 11:43:19 -0500 Subject: [PATCH] Fix typo in conda update --all --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55e66f8..095ef37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: - name: Install package and dependencies run: | - conda update -all + conda update --all conda install -c gurobi -c funkelab ilpy python -m pip install -e .[test]