From 08df8c9d6da4cd30d3b4a97148c5d4f8c81fe9c4 Mon Sep 17 00:00:00 2001 From: ccy Date: Fri, 12 Apr 2024 15:16:24 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d43410..46574ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,10 @@ jobs: activate-environment: bluefoglite - name: Install BlueFogLite run: | + conda info -e + conda init bash + source ~/.bashrc + conda activate bluefoglite conda install pip python --version python -m pip install --upgrade pip @@ -100,6 +104,10 @@ jobs: run: brew install coreutils # for timeout command - name: Install BlueFogLite run: | + conda info -e + conda init bash + source ~/.bashrc + conda activate bluefoglite conda install pip python --version python -m pip install --upgrade pip